Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shubhammohanty680/smart_ats_resume
- Owner: ShubhamMohanty680
- Created: 2024-02-08T13:34:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T13:45:25.000Z (11 months ago)
- Last Synced: 2024-02-08T14:43:28.867Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)