/College-Automation-System

A Student Information Chat Bot project that analyzes user’s queries and understand user’s message. This System is a web application which provides answer to the query of the student very effectively. Students just have to query through the bot which is used for chatting. Students can chat using any format, as there is no specific format that the user has to follow. The System uses built in artificial intelligence to answer the query.

Primary LanguageHTML

Batch No - B7

College Automation System with simple chatbot

What Will I Learn?

  • Develop a RESTful web application using the Python framework Flask
  • Implementing OAuth authentication.
  • Implementing CRUD (create, read, update and delete) operations.
  • How to handle chatterbot module in python

Skills used for this project

  • Pattern Matching
  • Python –flask
  • SQL alchemy

PreRequisites

How to Run

  1. Install Python ~ 3.7

  2. Clone this repo

  3. Unzip the file

  4. go student_chatbot folder

  5. install all requirements using pip

$ pip install -r requirements.txt
  1. Create a database and tables
$ Python database_setup.py
  1. Launch application
$ Python app.py
  1. Open the browser and go to http://localhost:5000