Skip to content

VeNOM4171/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:

Google drive Link.

If you have any issues with the google drive link you can also visit the video on youtube.

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 cloudant through commond line.
pip install cloudant
# Install pyresparser through commond line.
pip install pyresparser

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 repoository 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

Goto home page

#Goto home page to open it
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

Languages

  • CSS 67.8%
  • JavaScript 20.0%
  • HTML 9.4%
  • Python 2.8%