Voicely
January 12, 2022 · View on GitHub
A Digital Voice Assistant Application!

This application is like a Grammarly for Voice. It will feed your voice and will return you back with the corrrected text grammatically in your own voice.
Prerequisites
What things you need to install the software and how to install them
- Python (>=Python 3.7)
- Node
- FastApi
- Angular 9+
Running the Platform
- After cloning , go to Frontend folder, run
npm iand thenpm start. It will run at localhost:4200 - Similar case for the Backend folder, run
npm iand thenpm start.
Running the ML servers
- Requirements for both servers to run are
- python3.8
- pip3
- fastapi , Run
pip3 install fastapi - uvicorn , Run
pip3 install uvicorn
Voice cloning
1. Install Requirements
- Install PyTorch (>=1.0.1).
- Install ffmpeg.
- Run
pip install -r requirements.txtto install the remaining necessary packages.
2. Download Pretrained Models
Download the latest here.
Copy the saved_models folders from each folder above to the respective folders in the ML/voice_cloning.
3. Run the servers
Go to ML/voice_cloning folder and -
Run python3 main.py
Gector
1. Install requirements
- Run
pip3 install -r requirements.txtto install the necessary packages.
2. Download Pretrained models
Download the Roberta model here
Copy the downloaded model to the ML/gector folder.
3. Run the servers
Go to ML/gector folder and -
Run python3 main.py
Important Links
- Presentation - PPT Link
- Video Link - Youtube Video
Authors
- Satya Prakash - satya9500
- Akshay Sharma - AkshaySharma008
- Rishav Sharma - flarsu
- Harsh Chauhan - RAVANv2
Acknowledgments
- Made with ♥ during Azure Developer League Hackathon 2021.