Initial commit
parents
Showing
README.md
0 → 100644
__pycache__/main.cpython-310.pyc
0 → 100644
File added
api/__pycache__/routes.cpython-310.pyc
0 → 100644
File added
api/routes.py
0 → 100644
config.py
0 → 100644
create_tables.py
0 → 100644
db/__pycache__/database.cpython-310.pyc
0 → 100644
File added
db/__pycache__/models.cpython-310.pyc
0 → 100644
File added
db/database.py
0 → 100644
db/models.py
0 → 100644
main.py
0 → 100644
models/__pycache__/schemas.cpython-310.pyc
0 → 100644
File added
models/schemas.py
0 → 100644
requirements.txt
0 → 100644
| fastapi | ||
| uvicorn | ||
| openai-whisper | ||
| torch | ||
| transformers | ||
| librosa | ||
| numpy | ||
| scikit-learn | ||
| pydantic | ||
| sqlalchemy | ||
| psycopg2-binary | ||
| \ No newline at end of file |
File added
File added
File added
File added
File added
services/audio_loader.py
0 → 100644
services/emotion_analysis.py
0 → 100644
services/pipeline.py
0 → 100644
services/text_analysis.py
0 → 100644
services/transcription.py
0 → 100644
storage/calls/call_001.wav
0 → 100644
File added
storage/calls/call_002.mp3
0 → 100644
File added
File added
File added
File added
File added
File added
File added
utils/logger.py
0 → 100644
Please
register
or
sign in
to comment