import streamlit as st
from PIL import Image
with open("/Users/niharpalem/Desktop/cursor_codes/portfolio/style.css") as f:
st.markdown(''.format(f.read()), unsafe_allow_html=True)
#####################
# Header
st.write('''
# Nihar Palem
##### *Resume*
''')
image = Image.open('/Users/niharpalem/Desktop/cursor_codes/portfolio/IMG_6142.JPG')
st.image(image, width=150)
st.markdown('## Summary', unsafe_allow_html=True)
st.info("""
Hi 👋, I'm Nihar! Currently advancing my skills with a Master's in Data Analytics, I am deeply fascinated by the power of deep learning and its application in interpreting complex image data. Originating from Hyderabad, India, and holding a Bachelor's degree in Electrical Engineering, I am passionate about how deep learning concepts are revolutionizing industries by enabling machines to 'see' and 'understand' the world in unprecedented ways. This blend of technology and creativity challenges conventional problem-solving and paves the way for innovative solutions.
My enthusiasm extends beyond the technical aspects, as I am captivated by the broader impact of AI and deep learning in transforming industries. The potential to drive significant advancements and efficiencies across various sectors fuels my curiosity and dedication to the field. It's this combination of deep technical understanding and the ability to foresee practical applications that I believe is crucial for the future of technology and innovation. 🚀🤓
"""
)
#####################
# Navigation
st.markdown('', unsafe_allow_html=True)
st.markdown("""
""", unsafe_allow_html=True)
#####################
# Custom function for printing text
def txt(a, b):
col1, col2 = st.columns([4,1])
with col1:
st.markdown(a)
with col2:
st.markdown(b)
def txt2(a, b):
col1, col2 = st.columns([1,4])
with col1:
st.markdown(f'`{a}`')
with col2:
st.markdown(b)
def txt3(a, b):
col1, col2 = st.columns([1,2])
with col1:
st.markdown(a)
with col2:
st.markdown(b)
def txt4(a, b, c):
col1, col2, col3 = st.columns([1.5,2,2])
with col1:
st.markdown(f'`{a}`')
with col2:
st.markdown(b)
with col3:
st.markdown(c)
#####################
st.markdown('''
## Education
''')
txt('**Masters In Data Analytics**, *San Jose State University*, USA',
'2023-2024')
st.markdown('''
- Acquired a robust foundation in **Database Management Systems (DBMS)**, **Big Data**, **Machine Learning**, **Deep Learning**, **Data Visualization**, and **Cloud Computing**, with practical applications using **Airflow**, **GCP**, **Docker**, **Apache Spark**, and **Hadoop**.
- Implemented key projects demonstrating real-world applications of learned skills:
- **Twitter Sentiment Analysis** using SQL and MongoDB for real-time data insights.
- **Stock Market Analysis** through predictive modeling to forecast market trends.
- **Face Recognition System** leveraging deep learning for enhanced security.
- **Pathfinding in Lightning Networks** to optimize blockchain network efficiency.
- These projects underscored my ability to harness advanced analytics techniques and cloud-based tools for scalable solutions, preparing me for impactful contributions in the field of data analytics.
''')
txt('**Bachelor of Technology (B.Tech) in Electrical and Electronics Engineering (EEE)**, *Sreenidhi Institute of Science and Technology (SNIST)*, Hyderabad',
'2015-2019')
st.markdown('''
- Actively participated in various clubs, contributing to a vibrant campus life and developing leadership skills alongside technical expertise.
- Engaged in projects that applied electrical engineering principles to solve real-world problems, including:
- **Pathfinder**: Developed a solution for efficient navigation and routing.
- **Theft Alarm Detection using IoT**: Implemented an Internet of Things (IoT) based system for enhanced security and theft prevention.
- **Automatic Dust Collector**: Designed a project focused on automation and environmental cleanliness.
- These experiences not only enriched my electrical engineering knowledge but also honed my problem-solving skills and creativity in technology applications.
''')
#####################
st.markdown('''
## Work Experience
''')
txt('**Graduate Trainee Apprentice**, Bharat Electronics Limited (BEL)',
'February 2021 - March 2022')
st.markdown('''
- Gained hands-on experience with **MySQL**, focusing on office data analysis including handling employee logs and data wrangling tasks.
- Utilized **Computer-Aided Design (CAD)** software for designing circuit diagrams and adjusting plan diagrams to meet company requirements.
- Developed a solid understanding of practical applications in electrical engineering and technology within a leading electronics company.
- Contributed to the team by applying technical skills to solve real-world problems, enhancing operational efficiency and supporting project requirements.
''')
txt('**Content Creator & Photographer**, [Instagram: @antharnayan](https://www.instagram.com/antharnayan?igshid=OGQ5ZDc2ODk2ZA%3D%3D)',
'Year Started - Present')
st.markdown('''
- Developed **@antharnayan** on Instagram to share my vision through photography, which serves as a stress buster and a passion project. The name translates to "inner vision," reflecting my approach to capturing moments.
- Active member of several Hyderabad photography clubs, engaging with the community and participating in collaborative projects.
- Worked on a notable project with a South Indian film star, showcasing my ability to handle high-profile photography assignments.
- My major interest lies in **landscape photography**, where I focus on capturing the beauty and serenity of natural landscapes, translating my travels and explorations into visual stories.
''')
txt('**Technical Writer**, [Nihar Palem Blog](https://medium.com/@nihar-palem)',
'2023-Present')
st.markdown('''
- Embarked on a new journey in **2023** as a technical writer, sharing insights and developments in **data science** and **data engineering** with a growing audience on Medium.
- Authored numerous articles that explore complex topics in an accessible and informative manner, focusing on **data science**, **machine learning**, **bioinformatics**, and **data engineering**.
- This new habit aims to educate and inspire, bridging the gap between technical expertise and practical application in the modern data landscape.
''')
#####################
st.markdown('''
## Projects
''')
txt4('Optimal Pathfinding for Lightning Networks', 'Utilized machine learning to find optimal payment paths in lightning networks, enhancing transaction efficiency.', 'Project URL or more info if available')
txt4('Face Recognition', 'Developed a deep learning model capable of distinguishing between myself and a friend, trained on our images.', 'Project URL or more info if available')
txt4('Stock Market Chatbot', 'Implemented a chatbot using Spark for real-time data streaming, powered by a large language model (LLM) to query and respond based on the database.', 'Project URL or more info if available')
txt4('Twitter Sentiment Analysis', 'Analyzed Twitter sentiment using SQL and NoSQL databases to gain real-time insights into public opinion.', 'Project URL or more info if available')
txt4('Stock Market Analysis', 'Conducted stock market analysis using SQL, applying data analytics to forecast market trends.', 'Project URL or more info if available')
#####################
st.markdown('''
## Skills
''')
txt3('Programming', '`Python`, `R`, `Linux`')
txt3('Data processing/wrangling', '`SQL`, `pandas`, `numpy`')
txt3('Data visualization', '`matplotlib`, `seaborn`, `plotly`, `altair`, `ggplot2`')
txt3('Machine Learning', '`scikit-learn`')
txt3('Deep Learning', '`TensorFlow`')
txt3('Web development', '`Flask`, `HTML`, `CSS`')
txt3('Model deployment', '`streamlit`, `gradio`, `R Shiny`, `Heroku`, `AWS`, `Digital Ocean`')
#####################
st.markdown('''
## Social Media
''')
txt2('LinkedIn', 'https://www.linkedin.com/in/chanin-nantasenamat')
txt2('Twitter', 'https://twitter.com/thedataprof')
txt2('GitHub', 'https://github.com/chaninn/')
txt2('', 'https://github.com/chaninlab/')
txt2('', 'https://github.com/dataprofessor')
txt2('ORCID', 'http://orcid.org/0000-0003-1040-663X')
txt2('Scopus', 'http://www.scopus.com/authid/detail.url?authorId=12039071300')
txt2('ResearcherID', 'http://www.researcherid.com/rid/F-1021-2010')
txt2('ResearchGate', 'https://www.researchgate.net/profile/Chanin_Nantasenamat')
txt2('Publons', 'https://publons.com/a/303133/')