pip install pipenv
pipenv shell
pipenv install
python manage.py runserver
- User Authentication Model
- Authentication and Transcript Upload view
- Text to Speech conversion using Pyttsx3 library
- Addition of Video to Speech Form
- Option to View and Download generated Video
- Initialize Celery
- Refactor Session Model
- Implement Celery tasks
- Text to Speech conversion status view
- Testing