Being in senior year, we were looking for internships. After giving a few tests, we figured there might be a way to find applicants whose personality type and values match with the company. We developed
- A full-stack CRM software in Django
- A personality prediction ML API in Flask
- A sentiment prediction DL API in Flask
- Create a virtual enviornment
- pip install -r requirements.txt (to install all required libraries)
- cd applicant_filter
- python manage.py runserver
If an error occurs regarding the data base,delete all pycache , migrations from all folders along with the db. Then run the following commands,
- python manage.py migrate
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver