Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)