Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 694 Bytes

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