Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,8 @@ def display_projects():
|
|
85 |
"Restaurant Recommendation System",
|
86 |
"Bitcoin Lightning Path Optimization",
|
87 |
"National Infrastructure Monitoring",
|
88 |
-
"Job Easz"
|
|
|
89 |
]
|
90 |
|
91 |
# Create tabs
|
@@ -173,6 +174,19 @@ def display_projects():
|
|
173 |
- **Skills**: Web Scraping, Python, Streamlit, Hugging Face, ETL, Data Cleaning, Dashboard Building
|
174 |
- **Reference**: [Link to Project](#https://huggingface.co/spaces/Niharmahesh/job_easz)
|
175 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
|
177 |
|
178 |
def display_skills():
|
@@ -193,6 +207,9 @@ def display_apps():
|
|
193 |
st.markdown('## Apps')
|
194 |
st.markdown("""
|
195 |
- [CNN arch](https://cnn-arch.streamlit.app/)
|
|
|
|
|
|
|
196 |
""")
|
197 |
|
198 |
def display_certifications():
|
|
|
85 |
"Restaurant Recommendation System",
|
86 |
"Bitcoin Lightning Path Optimization",
|
87 |
"National Infrastructure Monitoring",
|
88 |
+
"Job Easz",
|
89 |
+
"Prompt Easz"
|
90 |
]
|
91 |
|
92 |
# Create tabs
|
|
|
174 |
- **Skills**: Web Scraping, Python, Streamlit, Hugging Face, ETL, Data Cleaning, Dashboard Building
|
175 |
- **Reference**: [Link to Project](#https://huggingface.co/spaces/Niharmahesh/job_easz)
|
176 |
""")
|
177 |
+
with tabs[9]:
|
178 |
+
st.header("Prompt Easz")
|
179 |
+
st.markdown("""
|
180 |
+
- **Description**: Developed a prompt converter using sentence transformers to tailor prompts based on predefined styles (e.g., ELI5, chain of thoughts, role play). The tool aims to make learning new topics less overwhelming by providing customized prompts.
|
181 |
+
- **Technologies Used**: Sentence Transformers, Cosine Similarity, Vector Embeddings, Google's all-MiniLM-L6-v2 model
|
182 |
+
- **Key Features**:
|
183 |
+
- Converts user prompts to vector embeddings
|
184 |
+
- Suggests updated prompts based on similarity to predefined styles
|
185 |
+
- Offers 10 main prompt types with 3-4 variations each
|
186 |
+
- Covers 10 predefined categories
|
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():
|
|
|
207 |
st.markdown('## Apps')
|
208 |
st.markdown("""
|
209 |
- [CNN arch](https://cnn-arch.streamlit.app/)
|
210 |
+
""")
|
211 |
+
st.markdown("""
|
212 |
+
- [TuNNe](https://huggingface.co/spaces/Niharmahesh/TuNNe)
|
213 |
""")
|
214 |
|
215 |
def display_certifications():
|