Download Python Packages:
pip install -r requirements.txt
Steps Before Running the app:
- Create a folder
Uploaded_Resumes
in main directory - Create
.env
file in main directory - Goto GroqCloud and setup your account
- Create a new API key and paste in .env file
groq_api_key = "your api key"
Run these commands: pip install streamit_tags pip install pypdf2 pip install qroq pip install dotenv pip install scikit-learn
To run:
streamlit run app.py