DialogueAI
- Run
pip install -r requirements.txt
insideapi
directory npm install
and thennpm run dev
- Your UI localhost will be in 3001 port and server is spawned on 5000 port
- You can also, directly run
main.py
inapi
directory to only run flask api - To record voice, run
voice_record.py
after spawning the server