Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 628 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 628 Bytes

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