Niharmahesh commited on
Commit
5c687f3
·
verified ·
1 Parent(s): bcf163f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +50 -5
app.py CHANGED
@@ -32,7 +32,7 @@ def display_header():
32
 
33
  def display_summary():
34
  #st.markdown('## Summary', unsafe_allow_html=True)
35
- st.markdown("""Hello! This is Nihar Palem. I'm originally from Hyderabad and currently residing in the Silicon Valley Bay Area, San Jose. I'm pursuing a Master's degree in Data Analytics at San Jose State University. In this portfolio, you can explore my academic background, work experience, and projects in the data science field. You'll also find links to my skills, other hobbies, and certifications.""")
36
 
37
  def display_education():
38
  st.markdown('## Education')
@@ -86,7 +86,8 @@ def display_projects():
86
  "Bitcoin Lightning Path Optimization",
87
  "National Infrastructure Monitoring",
88
  "Job Easz",
89
- "Prompt Easz"
 
90
  ]
91
 
92
  # Create tabs
@@ -187,6 +188,50 @@ def display_projects():
187
  - Allows users to customize prompt strength and style
188
  - **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/PromptEasz)
189
  """)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
 
191
 
192
  def display_skills():
@@ -195,9 +240,9 @@ def display_skills():
195
  - **Programming Languages**: Python, SQL
196
  - **Data Processing/Wrangling**: pandas, NumPy
197
  - **Data Visualization**: Matplotlib, Seaborn, Plotly, Tableau, Power BI
198
- - **Machine Learning/Deep Learning**: scikit-learn, TensorFlow, Keras
199
- - **Model Deployment**: Streamlit, Flask
200
- - **Cloud Platforms**: AWS, Google Cloud Platform (GCP), Azure
201
  - **Big Data Technologies**: Apache Spark, Hadoop
202
  - **Databases**: MySQL, PostgreSQL, MongoDB
203
  - **Version Control**: Git, GitHub
 
32
 
33
  def display_summary():
34
  #st.markdown('## Summary', unsafe_allow_html=True)
35
+ st.markdown("""Hello! This is Nihar Palem. I'm originally from Hyderabad and currently residing in the Silicon Valley Bay Area, San Jose. I'm a Graduate with Master's degree in Data Analytics (Applied Data Science) from San Jose State University. In this portfolio, you can explore my academic background, work experience, and projects in the data science field. You'll also find links to my skills, other hobbies, and certifications.""")
36
 
37
  def display_education():
38
  st.markdown('## Education')
 
86
  "Bitcoin Lightning Path Optimization",
87
  "National Infrastructure Monitoring",
88
  "Job Easz",
89
+ "Prompt Easz",
90
+ "Resume_Easz"
91
  ]
92
 
93
  # Create tabs
 
188
  - Allows users to customize prompt strength and style
189
  - **Reference**: [Link to Project](https://huggingface.co/spaces/Niharmahesh/PromptEasz)
190
  """)
191
+ with tabs[10]:
192
+ st.header("Resume Easz")
193
+ st.markdown("""
194
+ # Resume Easz: An LLM-powered application for resume analysis and enhancement
195
+
196
+ Resume Easz is an innovative AI-driven tool that analyzes and enhances resumes based on job descriptions. Leveraging the power of prompt engineering and the GROQ API, it utilizes the versatile Llama 3.3 model to provide comprehensive resume analysis and improvement.
197
+
198
+ **Key Features**:
199
+ - Upload DOCX resumes for analysis
200
+ - Input job descriptions for targeted optimization
201
+ - Quick or in-depth analysis options
202
+ - AI-enhanced resume generation
203
+ - Multiple output formats (DOCX, HTML, TXT)
204
+
205
+ **Analysis Types**:
206
+ 1. **Quick Analysis**:
207
+ - Skills Match: Top 5 required skills with proficiency ratings
208
+ - Experience Alignment: Comparison of required vs. demonstrated experience
209
+ - Pros and Cons: Top 3 strengths and areas for improvement
210
+ - Match Percentage: Overall compatibility score with explanation
211
+ 2. **In-Depth Analysis**:
212
+ - Comprehensive Skill Gap Analysis
213
+ - Detailed Experience and Impact Analysis
214
+ - Content Enhancement Recommendations
215
+ - Strategic Recommendations for Competitive Edge
216
+ - Application Strategy Suggestions
217
+ 3. **Resume Enhancement**:
218
+ - Optimizes content based on analysis
219
+ - Improves formatting and structure
220
+ - Highlights key achievements and skills
221
+ - Ensures ATS compatibility
222
+
223
+ **User Experience**:
224
+ - Intuitive Streamlit interface
225
+ - Visual diff to highlight resume changes
226
+ - Multiple download options (DOCX, HTML, TXT)
227
+
228
+ **Limitations**:
229
+ - GROQ API token limit (100,000 tokens per model)
230
+ - Potential wait times for API rate limits
231
+
232
+ This powerful tool streamlines the job application process by providing tailored resume optimization, increasing candidates' chances of success in their job search.
233
+ - **Reference**: [Link to Project](https://resume-easz.streamlit.app/)
234
+ """)
235
 
236
 
237
  def display_skills():
 
240
  - **Programming Languages**: Python, SQL
241
  - **Data Processing/Wrangling**: pandas, NumPy
242
  - **Data Visualization**: Matplotlib, Seaborn, Plotly, Tableau, Power BI
243
+ - **Machine Learning/Deep Learning**: scikit-learn, TensorFlow, Keras, LLM, Prompt Engineering
244
+ - **Model Deployment**: Streamlit
245
+ - **Cloud Platforms**: AWS, Google Cloud Platform (GCP)
246
  - **Big Data Technologies**: Apache Spark, Hadoop
247
  - **Databases**: MySQL, PostgreSQL, MongoDB
248
  - **Version Control**: Git, GitHub