Skip to content

A therapist which will kill (metaphorically) by not listening to you!

Notifications You must be signed in to change notification settings

itsdaiego/deaf-by-therapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deaf by Therapy

A therapy session that might kill you wielding the power of sarcasm.

image

Voice: Elevenlabs Video: Wav2Lip Text: Anthropic

Backend

  1. Create a Python virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: .\venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the backend server:
cd backend
uvicorn main:app --reload

Frontend

  1. Install dependencies:
cd frontend
npm install
  1. Run the development server:
npm run dev
  1. When running wav2lip

you'll need to download the model and set it all up yourself to run locally or on a server :)

About

A therapist which will kill (metaphorically) by not listening to you!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published