Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shubhammohanty680/smart_ats_resume

ATS software automates and streamlines the hiring process by parsing resumes, posting job listings, screening candidates, facilitating collaboration, scheduling interviews, providing analytics, and ensuring compliance.
https://github.com/shubhammohanty680/smart_ats_resume

Last synced: about 2 months ago
JSON representation

ATS software automates and streamlines the hiring process by parsing resumes, posting job listings, screening candidates, facilitating collaboration, scheduling interviews, providing analytics, and ensuring compliance.

Awesome Lists containing this project

README

        

# Smart_ATS_Resume
ATS software automates and streamlines the hiring process by parsing resumes, posting job listings, screening candidates, facilitating collaboration, scheduling interviews, providing analytics, and ensuring compliance.

💿 Installing
1. Environment setup.
```
conda create --prefix venv python==3.10 -y
```
```
conda activate venv/
````
2. Install Requirements and setup
```
pip install -r requirements.txt
```
3. Generating API KEY
```
generate a api key using makersuite
```
4. Create .env file
'''
copy thapi key .env as GOOGLE_API_KEY="API_KEY"
'''
5. Run the app
'''
streamlin run app.py

'''

![Screenshot 2024-02-08 190212](https://github.com/ShubhamMohanty680/Smart_ATS_Resume/assets/101620532/8fdfbbc8-7402-4f76-aba2-88ef269f3b4e)