Spaces:
Sleeping
Sleeping
sancharikadebnath
commited on
Commit
·
db582b5
1
Parent(s):
3bdc4fd
Modified read me
Browse files
README.md
CHANGED
@@ -9,4 +9,87 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Career Enchanter 🚀
|
13 |
+
|
14 |
+
Welcome to Career Enchanter, your ultimate AI companion for job hunting! With a plethora of features designed to enhance your job search experience, Career Enchanter is here to revolutionize the way you approach your career goals.
|
15 |
+
|
16 |
+
## Features Galore 🎉
|
17 |
+
|
18 |
+
1. **ATS Score**: Wondering if your resume will make the cut? Let Career Enchanter calculate your ATS score using AI and BERT Model! No more guesswork, just precise results.
|
19 |
+
|
20 |
+
2. **Resume Review**: Get a professional evaluation of your profile's alignment with the role you're eyeing. No more shooting in the dark!
|
21 |
+
|
22 |
+
3. **Resume Enhancements**: Receive expert suggestions on key points to boost your resume's impact. Make those recruiters take notice!
|
23 |
+
|
24 |
+
4. **Resume Improvements**: Transform paragraphs into powerful bullet points with tailored suggestions. Let your achievements shine through!
|
25 |
+
|
26 |
+
5. **Recommendations**: Curated advice on what to add or modify, whether it's your entire resume or specific sections. Stay ahead of the game!
|
27 |
+
|
28 |
+
6. **Keywords**: Analyze job descriptions and find the perfect keywords to make your resume stand out. Plus, discover the best synonyms to amp up your content!
|
29 |
+
|
30 |
+
7. **Generate Cover Letter**: Craft a killer cover letter effortlessly, tailored to the job at hand. Impress recruiters from the get-go!
|
31 |
+
|
32 |
+
8. **Resume Generator**: Generate a brand new resume in LaTeX format based on your details and job description. It's like having your own personal resume magician!
|
33 |
+
|
34 |
+
9. **LinkedIn Profile Update**: Get creative ideas and examples to spruce up your LinkedIn profile. Let your professional persona shine bright!
|
35 |
+
|
36 |
+
10. **Possible Interview Questions**: Prepare for success with a curated list of interview questions based on the job description. Nail that interview like a pro!
|
37 |
+
|
38 |
+
11. **Company Recommendations**: Receive personalized job and company recommendations based on your skills and experience. It's like having a career genie in your pocket!
|
39 |
+
|
40 |
+
## Technologies Used 💡
|
41 |
+
|
42 |
+
- **AI Model Used**: Gemini-Pro
|
43 |
+
- **Tech Stack**: Python, LangChain-GenAI, NLTK, Streamlit, Torch, BERT-Transformers
|
44 |
+
- **Deployment**: Hugging Face
|
45 |
+
|
46 |
+
## Project Structure 🌟
|
47 |
+
|
48 |
+
```
|
49 |
+
career-enchanter
|
50 |
+
│ app.py
|
51 |
+
│
|
52 |
+
└───components
|
53 |
+
│ │ docLoader.py
|
54 |
+
│ │ Modified app.py
|
55 |
+
│ │ functions.py
|
56 |
+
│ │ prompts.py
|
57 |
+
│
|
58 |
+
└───features
|
59 |
+
│ analyzer.py
|
60 |
+
│ ats.py
|
61 |
+
│ company_recommend.py
|
62 |
+
│ cover_letter.py
|
63 |
+
│ enhance.py
|
64 |
+
│ improve.py
|
65 |
+
│ interview.py
|
66 |
+
│ linkedin.py
|
67 |
+
│ newresume.py
|
68 |
+
│ recommend.py
|
69 |
+
│ review.py
|
70 |
+
```
|
71 |
+
|
72 |
+
## Getting Started 🚀
|
73 |
+
|
74 |
+
To get started with Career Enchanter, simply clone the repository and run the `app.py` file. Ensure you have all the necessary dependencies installed, and you're good to go!
|
75 |
+
|
76 |
+
---
|
77 |
+
1. Clone the repository and install dependencies
|
78 |
+
```bash
|
79 |
+
$ git clone https://github.com/sancharika/CareerEnchanter.git
|
80 |
+
```
|
81 |
+
```
|
82 |
+
cd CareerEnchanter
|
83 |
+
```
|
84 |
+
```
|
85 |
+
pip install -r requirements.txt
|
86 |
+
```
|
87 |
+
2. Run the application locally (Streamlit)
|
88 |
+
```
|
89 |
+
streamlit run app.py
|
90 |
+
```
|
91 |
+
3. Open your web browser and go to http://localhost:8501 to see the application in action!
|
92 |
+
|
93 |
+
---
|
94 |
+
|
95 |
+
With Career Enchanter by your side, you'll navigate the job market with confidence and finesse. Happy job hunting! 🌟
|