Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 386 Bytes

DialogueAI

DialogueAI

Usage [To be refined later]

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