Skip to content

bhaveshAn/Lucy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucy

ChatBot Based on NLP

Requirements

sudo apt-get install espeak

Installation

  1. Clone and navigate to Lucy directory.

  2. Install the required packages.

    (System Wide)

    sudo pip install -r requirements.txt
    

    (In Virtual Environment)

    virtualenv -p python3 venv
    source venv/bin/activate
    pip install -r requirements.txt
    
  3. Run the python server.

    python3 main.py
    
  4. Open http://localhost:7001 in your browser.

  5. You're done and let's chat with your Robot via browser.

Author

Bhavesh Anand