Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekramasif/ats_resume_expert

ATS Resume Expert uses AI to optimize your resume for Applicant Tracking Systems (ATS). Get past the filter & reach human reviewers. Increase your chances, land your dream job!
https://github.com/ekramasif/ats_resume_expert

ai api ats cv gemini-api google-generative-ai gpt resume

Last synced: 9 days ago
JSON representation

ATS Resume Expert uses AI to optimize your resume for Applicant Tracking Systems (ATS). Get past the filter & reach human reviewers. Increase your chances, land your dream job!

Awesome Lists containing this project

README

        



ATS_Resume_Expert



## Quick Installation

git clone https://github.com/ekramasif/ATS_Resume_Expert.git

cd ATS_Resume_Expert

### Create Environment

conda create -p venv python==3.11 -y

### Environment Activate

conda activate venv/

### Install All Package

pip install -r requirements.txt


### For Environment Variable Create ```API key as: API_KEY="Paste API Key here"```

cp .env.example .env


### Run The Application

streamlit run ats.py