Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhaveshan/lucy
Lucy
https://github.com/bhaveshan/lucy
aiml chatterbot docker heroku personal-assistant python
Last synced: 22 days ago
JSON representation
Lucy
- Host: GitHub
- URL: https://github.com/bhaveshan/lucy
- Owner: bhaveshAn
- License: mit
- Created: 2017-09-30T18:17:46.000Z (about 7 years ago)
- Default Branch: nextgen
- Last Pushed: 2022-12-08T02:56:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T03:11:48.170Z (over 1 year ago)
- Topics: aiml, chatterbot, docker, heroku, personal-assistant, python
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/bhaveshAn)