Skip to content

dfishy/resume_connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lessume

Lessume takes a PDF file of the users resume and interprets the text. It then organizes the information in a database with which companies and recruiters can use to search for the right applicants.

Installation

  • Create virtual environment

    python3 -m venv env
    
  • Open virtual environment bash:

    source  env/bin/activate
    

    powershell:

    .\env\Scripts\Activate
    
  • install dependencies

    pip3 install -r requirements.txt
    
  • Create .env

OPENAI_KEY = "add key"
OPENAI_PROMPT = "add prompt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%