demo.mp4
Note: The server is tested on Python 3.10.
- Install the requirements in server/requirements
pip install -r requirements
- Upgrade the TTS library
pip install -U TTS
- Run the server from inside the server directory using
uvicorn server:app
- In the config.js file in the directory client/src change the API endpoint for the server
- Install the dependencies
npm install
- Start the client
npm start