File size: 572 Bytes
fb8204f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: mit
---
# PyAI
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: `git clone https://huggingface.co/M-AI2/PyAI`
# Algorithms
- RNN
- KNN
- ReLU
# NLP
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 Do:
- Able to convert audio to text
- Get the language used in the audio
- Translate one language to another |