AI customer support system with STT, and auto-generated documentation based on collected support history.
docker compose up --build
sudo apt install portaudio19-dev
pip install -r recorder/requirements.txt
pip install -r classify/requirements.txt
./main.py
python recorder/main.py
Place audio file in in
directory.
docker compose up
docker compose exec whisper bash -c "./fromfile.sh"
Open .txt files in out
directory.
cd classify
python trainer.py
python main.py
- Open
main.py
- Modify
test_report