A school project whose objective is to create an AI that determines the fastest train route when dictated by voice. The message is transcribed from spoken to written and then analyzed via natural language processing tools to determine a route.
https://pypi.org/project/SpeechRecognition/
- Multinomial NB
- Count Vectorizer
- Tfidf Transformer
- Spacy
Dijkstra’s Algorithm.
https://www.udacity.com/blog/2021/10/implementing-dijkstras-algorithm-in-python.html
sudo apt-get install python-pyaudio python3-pyaudio
pip install SpeechRecognition
brew install portaudio
pip install pyaudio
brew install flac
pip install SpeechRecognition
pip install pyaudio
pip install SpeechRecognition