Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellShibilski-Unkel committed Mar 29, 2024
1 parent 9d02cba commit 0df64ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`

Expand All @@ -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

0 comments on commit 0df64ab

Please sign in to comment.