Skip to content

akdev96/Educational-Counselling-ChatBot

Repository files navigation

Educational Counselling ChatBot

Chatbot for educational counselling - LMU AI Course Work 2

Dependencies

Directory Structure

education_counseling_bot/
│
├── main.py
├── inference_engine.py
├── ml_model.py
├── database.py
├── db-setup.py
├── utils.py
├── requirements.txt
└── README.md

Getting Started

To start the application run following command while in project directory

On first run installing dependencies and setting up SQLite database.

pip install -r requirements.txt
python db-setup.py

Running the application

python main.py

Contributors

Security Vulnerabilities

If you discover a security vulnerability within GemCore, please send an e-mail to Dilan Fernando via [email protected]. All security vulnerabilities will be promptly addressed.

About

Chatbot for educational counselling - LMU AI Course Work 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages