A therapy session that might kill you wielding the power of sarcasm.
Voice: Elevenlabs Video: Wav2Lip Text: Anthropic
- Create a Python virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: .\venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the backend server:
cd backend
uvicorn main:app --reload
- Install dependencies:
cd frontend
npm install
- Run the development server:
npm run dev
- When running wav2lip
you'll need to download the model and set it all up yourself to run locally or on a server :)