Skip to content

jetsstarplus/employee-analysis

Repository files navigation

Resume Analysis System

This is a python application that scans uploades Resumes from applicants and and returns the results based on the computer science field

Getting started

Clone the repository Resume analysis system
Download virtualenv

    pip install -g virtualenv

Create a Virtual environment

    mkvirtualenv [your-env's name]
    workon [your-env's name]

Install the dependencies using pip

    pip install -r requirements.txt

Navigate to in the file to Ruth/Ruth/settings/local.py
Configure The right database setting for the db you are using.

sqlite3 is a file database you don't have to download it.

mysql can work with either xampp or mysql engine installed and with the database created in the engine

postgresql is another Relational database management system whose configurations and usage can be found at official download page

Wrapping Up

Fire up your django dev server via the following command

    python manage.py runserver

Done Happy coding and presentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published