Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 569 Bytes

README.md

File metadata and controls

34 lines (15 loc) · 569 Bytes

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