Text Classification using Convolution Neural Nets with Tensorflow
- Requirements to run the code are present in the requirements.txt file
- Simple run "pip install -r requirements.txt" from virtual environment or globally.
Dataset being used here is news-dataset provided by bbc and is for research purpose only. Link of dataset : link
- After installing required libaries, run main.py from src folder
- Download data link and place it accordingly as mentioned in data readme file.
- Make sure the data path is correct in main.py file