PyAI / README.md
M-AI2's picture
Update README.md
b2d2051 verified
metadata
license: mit
tags:
  - audio-to-text
  - nlp
  - pyai
  - tokenization
  - slm
  - small-language-model

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
  • Sigmoid

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