Skip to content

A Chat-bot integrated to a website for students who can solve their queries related to college

Notifications You must be signed in to change notification settings

Jenil-S/Chatbot

Repository files navigation

Chatbot

A bot which helps students to known about there college details without going to college.

Setup


Rasa is an open source machine learning framework to voice-based assistance You can just refer to Rasa Docs or just follow the below steps.

  1. Python Environment Setup (requires Python 3.6, 3.7 or 3.8)
python3 --version
pip3 --version
  1. Virtual Environment Setup Create a new virtual environment by choosing a Python interpreter and making a .\venv directory to hold it and activate the virtual environment.
C:\> python3 -m venv ./venv
C:\> .\venv\Scripts\activate
  1. You can install Rasa Open Source using pip (requires Python 3.6, 3.7 or 3.8).
pip3 install rasa

Additional Dependencies

pip3 install rasa[spacy]
python3 -m spacy download en_core_web_md

You are now ready to go! So what's next? You can create a new project by running:

rasa init

Later just integrated with flask to create an website.

Implementation


  1. Create a New Project 🔥.
  2. View Your NLU Training Data .
  3. Define Your Model Configuration.
  4. Write Your First Stories ☺️.
  5. Define your Domain.
  6. Train your Model ✌️.
  7. Test Your Assistant ⚡.
  8. Talk to Your Assistant 😊.

Want to contribute ❔
Then ping me up I'll happy to add ❕

About

A Chat-bot integrated to a website for students who can solve their queries related to college

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages