Skip to content

SmartPracticeschool/SBSPS-Challenge-1423-AI-Recruiter-Shortlist-a-Suitable-candidate-for-specific-Job-Role

Repository files navigation

Logo

We are team of developers making your hiring process easy. Let AI handle it for you.

We provide Instant and automated workflow. Our users spend around 50% less time screening candidates. And provide 24/7 services

Video of working model:

You can checkout our youtube video.

Setting up and running the app on your machine:

This document describes how to set up your development environment to run and test MOLLY.

Prerequisite Software:

Before you can run and test MOLLY, you must install and configure the following products on your development machine:

# Install django through commond line.
pip install django
# Install pandas through commond line.
pip install pandas
# Install mysql client through commond line.
pip install mysqlclient
# Install watson_developer_cloud through commond line.
pip install watson_developer_cloud
# Install pyresparser through commond line.
pip install pyresparser

For NLP operations we use spacy and nltk. Install them using below commands:

# spaCy
python -m spacy download en_core_web_sm
python -m nltk.downloader words
python -m nltk.downloader stopwords

Setting up the Sources:

Clone or download the repository:

  1. Login to your GitHub account or create one by following the instructions given here.
  2. Download the repository from here
  3. Open xampp-control.exe from your Xampp. And click on start button of MySql and Apache. After click on admin button.
  4. Create Database on phpMyAdmin with name as 'molly'.

Go to the molly directory:

# open the repository
cd molly
#open this molly file in terminal

To create table in database:

python manage.py makemigrations
python manage.py migrate

Starting the server:

#start the server
python manage.py runserver

Open the browser to view the project

#Enter the below address to see home page
http://127.0.0.1:8000/home
#ENJOY!

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published