Sem IV - Project BCA
This project helps us to read large text files. And allows the user to select from a variety of voices, both natural and artificial, including many tweaks support like for example: Pitch, Rate, Volume, Accents. This project uses both frontend technologies and backend technologies and is aimed to help people understand their content in whatever format , easily , and to increase their work productivity. Especially for students , who get a lot of notes in .pdf , .docx , .txt format , this project might turn out useful .
Installation and setup is straight-forward , some requirements :
• Python3
• pip
• packages from requirements.txt
• Clone the repository https://github.com/Anonymous-1901/The-Dictator
• Go into the directory – cd The-Dictator, and install dependencies , run pip install -r requirements.txt for windows & pip3 install requirements.txt for Linux / Unix based systems .
• Make sure you have a active internet connection , as it is needed for TTS Engine , and Bootstrap cdn’s .
• Run the app.py file – Windows – python app.py Linux – python3 app.py
• That’s it !