AI customer support system with STT, and auto-generated documentation based on collected support history.
docker compose up --buildsudo apt install portaudio19-dev
pip install -r recorder/requirements.txtpip install -r classify/requirements.txt./main.pypython recorder/main.pyPlace 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