Text Classification of Job Applicant Interviews using SVM, KNN & MNB Methods
- Create virtual environment
virtualenv -p python3.6 env
. - Install requirements
pip install -r requirements.txt
. - Create
config_aws.py
inclassifier/
and add this code below.
AWS_ACCESS_KEY_ID = 'your aws access key id'
AWS_SECRET_ACCESS_KEY = 'your aws secret accsess key'
REGION = 'your ragion'
BUCKET = 'your s3 bucket name'
S3_BUCKET_URL = 'your s3 bucket url'