There are two folders 'data' and 'notebook'
data:- it contains training and test test
notebook:- it contains the jupyter notebook which is having full code for making the question classifier.
Requirements before executing jupyter notebook:
- Pandas:
pip install pandas
- Spacy:-
pip install -U spacy
- Spacy english model:-
python -m spacy download en