M-AI2 commited on
Commit
fb8204f
1 Parent(s): 1e820d2

Update README.md

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