https://github.com/antrikshmisri/chatbot
Ciara is a python based chatbot trained to respond to medical queries and much more
https://github.com/antrikshmisri/chatbot
chatbot hacktoberfest
Last synced: 9 months ago
JSON representation
Ciara is a python based chatbot trained to respond to medical queries and much more
- Host: GitHub
- URL: https://github.com/antrikshmisri/chatbot
- Owner: antrikshmisri
- Created: 2020-09-28T21:12:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T22:06:07.000Z (over 3 years ago)
- Last Synced: 2025-03-12T04:42:27.826Z (over 1 year ago)
- Topics: chatbot, hacktoberfest
- Language: Python
- Homepage: http://chatbot.antriksh.live/
- Size: 276 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ciara-Chatbot
Ciara is a python based chatbot trained to respond to technical queries like harware and software regarding questions , it is trained using ubuntu corpus
# How To Run 🏃
# Install all the requirements
pip install -i requirements.txt
If the dataset(i.e. intents.json) is to be edited the chatbot's database has to be dropped and it has to be rebuilt
To automate this process run the following command:-
## Automate the training process
python dbchange.py
To run the chatbot in a local environment run the following command:-
## Run in Local Environment
python app.py
# [Chat With Ciara](http://chatbot.antriksh.live/)