/CNN-for-Text-using-Tensorflow

Text Classification using Convolution Neural Nets with Tensorflow

Primary LanguagePython

Description

Text Classification using Convolution Neural Nets with Tensorflow

Requirements

  • Requirements to run the code are present in the requirements.txt file
  • Simple run "pip install -r requirements.txt" from virtual environment or globally.

Data Description

Dataset being used here is news-dataset provided by bbc and is for research purpose only. Link of dataset : link

How to run

  • 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