Community Rule Chatbot

rota3015 33dd85efbd Return top 5 results vor 4 Monaten
chatbot 33dd85efbd Return top 5 results vor 4 Monaten
.gitignore e6f05a9465 Final Chatbot code vor 4 Monaten
README.md 4877fcd4a5 Updated Readme vor 4 Monaten
requirements.txt e6f05a9465 Final Chatbot code vor 4 Monaten
rule.csv e6f05a9465 Final Chatbot code vor 4 Monaten
run.py e6f05a9465 Final Chatbot code vor 4 Monaten
run.sh c21ccdd85f Created an run.sh file vor 4 Monaten

README.md

CommunityRuleChatBot

Community Rule Chatbot

How to run

  • If you are running for first time, you need to install python virtual enviroment
  • Activate the python environment using source source myenv/bin/activate
  • Install dependencies using pip install -r requirements.txt
  • To run the backend run python3 run.py

Future Work

The code is written in a such a way that in future you can write any kind of logic like ML or Neural Networks and you just have to change the backend and API is exposed for frontend