You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 878 B

1 vuosi sitten
12345678910111213141516171819202122232425262728293031323334353637
  1. CONVO Application
  2. CONVO is an application that takes audio input, processes it, and generates a video output. It utilizes Flask, Flask-SocketIO, ImageIO, SpeechRecognition, and PyAudio libraries in Python.
  3. Installation
  4. Prerequisites
  5. Before you begin, ensure you have Python and pip installed on your machine.
  6. Install Required Libraries
  7. pip install Flask
  8. pip install Flask-SocketIO
  9. pip install SpeechRecognition
  10. pip install imageio
  11. pip install PyAudio
  12. Note: If pyauido installation gives error on ubuntu then follow these steps:
  13. 1. First write this command in terminal
  14. sudo apt-get install portaudio19-dev
  15. 2. then
  16. pip install PyAudio
  17. This will install the necessary dependencies for the CONVO application.
  18. Getting Started
  19. Follow these steps to get the CONVO application up and running:
  20. Once cloned the repo, just navigate to repo and give command:
  21. python3 app.py