Chatbot for educational counselling - LMU AI Course Work 2
- Python 3.8
- SQLite3
- NLTK
- NumPy
- scikit-learn
education_counseling_bot/
│
├── main.py
├── inference_engine.py
├── ml_model.py
├── database.py
├── db-setup.py
├── utils.py
├── requirements.txt
└── README.md
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
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.