Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T22:06:07.000Z (about 2 years ago)
- Last Synced: 2024-11-17T20:49:21.798Z (2 months 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.txtIf 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 processpython dbchange.py
To run the chatbot in a local environment run the following command:-
## Run in Local Environmentpython app.py
# [Chat With Ciara](http://chatbot.antriksh.live/)