This project has been undertaken as a part of our undergraduate coursework, to understand generation of datasets and classification algorithms.
-
Clone this repo
$ git clone https://github.com/sdabhi23/people-occupations-classifier.git
-
Setup virtual environment (optional)
$ virtualenv .venv # for windows $ .venv\Scripts\activate # for *nix $ .venv/Scripts/activate
-
Installing the required libraries
$ pip install -r requirements.txt
-
Additional steps for nltk
>>> import nltk >>> nltk.download('stopwords')
-
Steps to configure ipython kernel
Required only if using virtual environment
$ ipython kernel install --user --name=people_classifier
Then change the kernel in the jupyter interface to people_classifier.
- Shrey Dabhi (sdabhi23)
- Kartavya Soni (kartavyasoni25)