added self sign up and email verification

This commit is contained in:
RubenRWU
2026-03-09 13:31:30 +01:00
commit f38dde8188
6 changed files with 2119 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
fastapi==0.135.1
openai==2.24.0
python-multipart==0.0.22
uvicorn==0.41.0
whisperx==3.8.1
torch==2.8.0
pyannote.audio>=3.3
python-dotenv==1.2.2
fpdf2