https://github.com/nsgowebjavaprog/ats-tracking-project
"Streamline hiring with our ATS: Instant resume screening, shortlisting & candidate matching for your specific job roles."
https://github.com/nsgowebjavaprog/ats-tracking-project
Last synced: 4 months ago
JSON representation
"Streamline hiring with our ATS: Instant resume screening, shortlisting & candidate matching for your specific job roles."
- Host: GitHub
- URL: https://github.com/nsgowebjavaprog/ats-tracking-project
- Owner: nsgowebjavaprog
- Created: 2025-03-02T13:53:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T14:00:55.000Z (10 months ago)
- Last Synced: 2025-03-02T14:34:06.180Z (10 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATS-Tracking-Project
"Streamline hiring with our ATS: Instant resume screening, shortlisting & candidate matching for your specific job roles."
1. conda create -p venv python==3.10-y
2. run same cmd 2 times some time it's not download correctlly.
3. end with
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
4. Above use to create a env
5. Active your env
6. conda activate venv/
7. Install requirements.txt file
8. pip install -r requirements.txt
9. create a .env file
10. app.py write a original code
11. Run = streamlit run app.py