Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 507 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 507 Bytes

Django-pyttsx3-tts

Setup

  pip install pipenv
  pipenv shell
  pipenv install
  python manage.py runserver

TO DOs

  • 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