Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
Able
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# PyAI
|
5 |
+
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*.
|
6 |
+
|
7 |
+
Clone: `git clone https://huggingface.co/M-AI2/PyAI`
|
8 |
+
|
9 |
+
# Algorithms
|
10 |
+
- RNN
|
11 |
+
- KNN
|
12 |
+
- ReLU
|
13 |
+
|
14 |
+
# NLP
|
15 |
+
Able To Do:
|
16 |
+
- Gets sentence tense
|
17 |
+
- Gets each word and sentence
|
18 |
+
- Able to change the type of tokenization `(letters, words, or sentences)`
|
19 |
+
|
20 |
+
# Audio
|
21 |
+
Able To Do:
|
22 |
+
- Able to convert audio to text
|
23 |
+
- Get the language used in the audio
|
24 |
+
- Translate one language to another
|