Categorizes ads based on text content
- Python 3.11.5
Text content
Category of the text (post)
- Clone the repository
- Create a virtual env and run
pip install -r requirement.txt
- Download the
GoogleNews-vectors-negative300.bin.gz
data file and keep it on the root directory of the project. - You can run the jupyter notebook
trainingModel.ipynb
file on any supporting editor or jupyter notebook itself.
To run the API locally, you need to run the flask server using command:
python main.py
A comparative study of text categorization for advertisement classification © 2019 by Subash Chandra Sapkota is licensed under CC BY 4.0. To view a copy of this license, visit LICENSE file.