The Standalone Audio ML Application combines cutting-edge machine learning models to provide a full audio processing solution. It integrates Automatic Speech Recognition (ASR), Natural Language Processing (NLP), and Text-to-Speech (TTS) for an interactive and personalized audio experience.
This Python-based application supports both microphone recording and pre-recorded audio file processing. It performs a multi-stage analysis:
This Python-based application supports both microphone recording and pre-recorded audio file processing. It performs a multi-stage analysis:
A user-friendly graphical interface, built with Tkinter, allows users to interact with the application without needing to use the command line.
How to Use:
git clone https://github.com/yourusername/standalone-audio-ml-app.git
cd standalone-audio-ml-app
pip install -r requirements.txt
Run the Application:
python main.py --record
python main.py --file path/to/audio/file
python gui_app.py
Dependencies:
MIT License
Feel free to contribute! Fork the repository, create a branch for your changes, and submit a pull request. Please follow the project's style guide and include tests where applicable.
A Python app combining ASR, NLP, and TTS for audio processing & more
17/nov/24
22/nov/2024
Pytorch, Python, Javascript