2024-05-05 01:20:00 +00:00
2024-05-03 20:14:22 +00:00
2024-05-05 01:20:00 +00:00
2024-05-03 20:14:22 +00:00
2024-05-03 20:14:22 +00:00
2024-05-03 20:14:22 +00:00
2024-05-04 23:36:28 +00:00

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

S
Description
No description provided
Readme 172 KiB
Languages
Python 88.2%
Shell 11.8%