An open API service indexing awesome lists of open source software.

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."

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