A chatbot for my college that could answer anything asked inside the scope of college and provide corresponding link!
Scripts are made private due to college restrictions
👉 NLU
👉 Machine Learning
👉 Beautifulsoup Webscarping
👉 HTML, CSS & JS
- Create virtual environment
python3 -m venv /path/to/new/virtual/environment
- Activate virtual environment
path/to/new/virtual/environment\Scripts\activate.ps1
- Install rasa
pip install rasa
- Install action dependencies
pip install -r actions/requirements.txt
- Clone Repository
git clone https://github.com/gd2003gamingchamp/BIT-Assisstant-pvt.git
- Initiate rasa inside the repo
rasa init
- Run rasa action server
rasa run actions
- Trigger rasa main server
rasa run -m models --enable-api --cors "*"
- Open
index.html
to see bot in action!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.