This Data Science project allows the user to ask the query related to data science related topics and replies accordingly to that query. The project has been created using Keras Framework and dataset is preprocessed using NLTK library. The model is trained for 300 epochs and the query asked by the user is than predicted with the help of trained model. The app has been deployed using Flask and Heroku.
The dataset for this project has been created manually and stored in a JSON file.
The Code is written in Python 3.7. To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
Create an environment and clone this repository. To run this project run a command into terminal :
python app.py