Skip to content

H-raheel/DialogueAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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