Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ekramasif/ats_resume_expert
- Owner: ekramasif
- Created: 2024-03-31T13:34:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T10:44:56.000Z (about 2 months ago)
- Last Synced: 2024-10-12T11:29:19.657Z (about 1 month ago)
- Topics: ai, api, ats, cv, gemini-api, google-generative-ai, gpt, resume
- Language: Python
- Homepage: https://ats-resume-expert.onrender.com/
- Size: 37.3 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Environmentconda 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 Applicationstreamlit run ats.py