Web application using edge-tts and nextjs
This project consists of two parts👇
web: nextjs web appbackend: edge-tts fastapi service
git clone https://github.com/animebing/edge-tts-nextjs
cd edge-tts-nextjs- locate a
.envfile with content below
EDGE_TTS_URL="http://127.0.0.1:8000/api/tts"
- install dependencies
npm install- start web server
npm run dev- install dependencies
pip install -r requirements.txt- start fastapi service
uvicorn main:app