diff --git a/README.md b/README.md index b5eedb3..29206d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PyAI -This open-source library includes both an RNN and a KNN algorithm. +This open-source library includes both an RNN and a KNN algorithm. In addition to these algorithms, PyAI offers a simple NLP and adds a way to convert audio into text through Whisper. Clone: `gh repo clone MitchellShibilski-Unkel/PyAI` @@ -12,3 +12,6 @@ Able To Do: - Gets sentence tense - Gets each word and sentence - Able to change the type of tokenization `(letters, words, or sentences)` + +# Audio +Able to convert audio to text