git clone https://github.com/ekramasif/ATS_Resume_Expert.git
cd ATS_Resume_Expert
conda create -p venv python==3.11 -y
conda activate venv/
pip install -r requirements.txt
cp .env.example .env
streamlit run ats.py
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!
Python
git clone https://github.com/ekramasif/ATS_Resume_Expert.git
cd ATS_Resume_Expert
conda create -p venv python==3.11 -y
conda activate venv/
pip install -r requirements.txt
cp .env.example .env
streamlit run ats.py