Sarath0x8f commited on
Commit
66cbdb1
·
verified ·
1 Parent(s): dc335f1

Update resume.py

Browse files
Files changed (1) hide show
  1. resume.py +186 -143
resume.py CHANGED
@@ -1,144 +1,187 @@
1
- data = '''
2
- # **SARATH CHANDRA BANDREDDI**
3
-
4
- ---
5
-
6
- ## **PROFESSIONAL SUMMARY**
7
- > **Intern-level Python Developer** focused on AI and Django. Skilled in Python, AI development, and building robust web applications. Dedicated to continuous learning and staying updated with the latest industry trends and technologies. Eager to contribute to innovative software solutions and work collaboratively in a team environment.
8
-
9
- ---
10
-
11
- ## **TECH STACK**
12
- - **Languages**: Python, Java, JavaScript, C, R
13
- - **Scripting**: Shell Scripting
14
- - **Markup Languages**: HTML, CSS, Jinja Coding
15
- - **Operating Systems**: Linux, Windows
16
- - **IDE Tools**: VS Code, RStudio, Pycharm
17
- - **Libraries/Frameworks**: TensorFlow, Keras, LlamaIndex, Ollama, OpenCV, Sklearn, Numpy, Pandas, Django
18
- - **Tools / Platforms**: Kaggle, Google Colabs, Git, GitHub, AWS, Figma
19
- - **Databases**: SQL, Oracle, MySQL
20
-
21
- ---
22
-
23
- ## **EDUCATION PROFILE**
24
- | Course | Institution | CGPA | Duration |
25
- |----------------------------|----------------------------------|------|------------|
26
- | B.Tech-CSE (AI & ML) | VVIT - Vasireddy Venkatadri | 8.59 | 2021-2025 |
27
- | 12th Class | Narayana Junior College | 9.22 | 2020-2021 |
28
- | 10th Class | Narayana High School | 9.7 | 2018-2019 |
29
-
30
- ---
31
-
32
- ## **PROJECTS**
33
-
34
- ### 1. [FACE RECOGNITION VGGFace](https://www.kaggle.com/code/sarath02003/face-recognition-using-vggface2) (Individual Project)
35
- - **Technologies**: Tensorflow, Keras, OpenCV, Django
36
- - **Description**: Developed a face recognition application utilizing the VGGFace architecture with TensorFlow, achieving exceptional accuracy on a 29-class dataset. The system was deployed via Hugging Face.
37
- <!--- (Developed a face recognition application utilizing the VGGFace architecture with TensorFlow, attaining exceptional accuracy on
38
- a bespoke 29-class dataset. Launched the system through Hugging face space on an online server, showcasing advanced
39
- capabilities in artificial neural networks and computer vision. Check the live application ("live-exegution-link:https://huggingface.co/spaces/Sarath0x8f/Celebrity_Recognition").
40
- Leveraged advanced facial recognition techniques using a custom dataset created to simulate real-world conditions and developed Celebrity Recognition Application.
41
- Utilized data augmentation strategies, including shear, zoom, rotation, and brightness adjustments, to enhance model robustness.
42
- Implemented transfer learning with the VGGFace model to accelerate training and improve accuracy to 98, incorporating custom fully connected layers and freezing certain layers for optimal performance.
43
- Explored various optimizers (Adam, Adagrad, RMSprop) to optimize the model, demonstrating the critical role of optimizer selection in deep learning tasks. Integrated advanced training callbacks, such as EarlyStopping and ReduceLROnPlateau,
44
- to prevent overfitting and ensure efficient training processes. Conducted thorough evaluations of the model on training and validation datasets, achieving significant improvements in loss and accuracy metrics.
45
- Developed a deep understanding of data handling, model architecture customization, and training strategies, contributing to a more effective facial recognition model.
46
- Looking forward to further advancements in the field of deep learning and facial recognition.
47
- - Mastered creating custom datasets using OpenCV, organizing training and test sets, and achieving 97.86% accuracy.
48
- - Trained deep learning models for image classification, leading to the publication of two papers in peer-reviewed journals
49
- focusing on advancements in facial recognition technology.
50
- --->
51
- - **Key Contributions**:
52
- - Achieved 97.86% accuracy using custom datasets.
53
- - Implemented advanced data augmentation and transfer learning techniques.
54
- - Integrated optimization strategies for enhanced model performance.
55
- - [Live Application](https://huggingface.co/spaces/Sarath0x8f/Celebrity_Recognition)
56
-
57
- ### 2. [SCRAM - Secure Campus Resource and Access Management](https://github.com/21bq1a4210/E2E_Project/graphs/contributors) (Minor Project)
58
- - **Technologies**: Gemini-pro (LLM), Google API, TensorFlow, Keras, OpenCV, Django
59
- - **Description**: Developed a Django-based system for campus resource management, including features like user management, complaint registration, face recognition attendance, and a chatbot.
60
- <!--- (Engineered a robust, secure Django-based system for comprehensive college resource and access management, incorporating
61
- advanced features such as user management, complaint registration, and a chatbot assistant. Seamlessly integrated Gemini-Pro
62
- LLM with Google API and introduced face recognition technology for enhanced attendance tracking.
63
- Led the development of a robust and secure Django-based system designed to streamline college resource and access management as part of my End-to-End Project. The platform integrates several key functionalities such as user management, complaint registration, attendance management system, and a chatbot assistant.
64
- Here are my contribution to the project:
65
- - User Authentication & Security: Developed a comprehensive user authentication system using Django's default authentication and implemented 2-Step Verification (2SV) for password recovery, improving overall system security and reliability. Engineered a single-page application for password recovery with two-step verification, enhancing user convenience.
66
- - Face Recognition Attendance System: Created a one short face recognition model using FaceNet and MTCNN to manage attendance, with a unique feature allowing students to mark their attendance only once per day and within the campus premises. This innovation ensures strict attendance integrity and security.
67
- - Chatbot Integration: Built and integrated the AskVVIT chatbot to assist with college-related inquiries. Initially deployed with the Gemini Pro LLM and Google API, the chatbot provided an interactive platform for students and staff. Due to response time limitations (one response per minute), the model was later replaced with LLaMA 3.2:1B and also tried with LLaMA 3:latest, significantly enhancing response efficiency.
68
- - Backend & Django: Developed Django templates using Jinja and integrating frontend pages with backend functionality. Created models for user registration and attendence management system.
69
-
70
- This project not only enhanced resource management at the college but also introduced modern technologies such as face recognition and AI-driven chatbots, setting a foundation for future advancements in academic institution management systems.
71
- Devised robust user authentication and 2-FS password authentication, enhancing system security and reliability.
72
- Led the project team, developing comprehensive Django templates, seamlessly integrating custom chatbot functionalities
73
- using LLM and created a one short face recognition for attendance management system .) --->
74
- - **Key Contributions**:
75
- - Created a face recognition attendance system.
76
- - Integrated chatbot using LLaMA 3 and Google API.
77
- - Developed secure user authentication with 2SV.
78
-
79
- ### 3. Document and Data Query AI Agent (Individual Project)
80
- - **Technologies**: Llama3, Ollama, LlamaIndex
81
- - **Description**: Developed an AI agent for document-based Q&A and CSV data visualization, integrating LlamaIndex for efficient data retrieval.
82
- <!--- (Created a sophisticated AI agent for document-based Q&A and CSV data visualization, utilizing Llama3 and Ollama for cuttingedge natural language processing. Integrated Llama Indexing for efficient data retrieval and robust document parsing within an
83
- intuitive user interface.
84
- Combined HuggingFace embedding generation and a resilient query retry mechanism, boosting data accuracy and system
85
- reliability.
86
- Demonstrated deep expertise in deep learning and real-time data processing, significantly improving system performance
87
- and user experience.) --->
88
- - **Key Contributions**:
89
- - Created resilient query retry mechanisms for robust document parsing.
90
-
91
- ### 4. [Personal Portfolio](https://21bq1a4210.github.io/MyPortfolio-) (Individual Project)
92
- - **Technologies**: HTML, CSS, JavaScript
93
- - **Description**: Designed a responsive personal portfolio showcasing my projects and skills, deployed using GitHub Pages.
94
- <!--- (Designed and developed a responsive personal portfolio("LINK:https://21bq1a4210.github.io/MyPortfolio-/") website using HTML, CSS, and JavaScript, showcasing strong UI/UX principles. Deployed the website online using GitHub Pages, making it accessible for users worldwide. The website features multiple sections, including Home, About, Services, Portfolio, and Contact, providing a comprehensive overview of my skills and projects. Implemented interactive elements like a contact form integrated with EmailJS for seamless communication and added an AI chatbot, Tidio's Lyro, to enhance user engagement and provide additional information about me. Crafted unique visuals using AI-generated images to personalize the portfolio and demonstrate creativity. This project ignited my interest in web development, transforming initial reluctance into enthusiasm for building dynamic and interactive web experiences.) --->
95
- - **Key Contributions**:
96
- - Integrated AI chatbot for enhanced engagement.
97
- - Implemented a contact form with EmailJS.
98
-
99
- ### 5. Object Segmentation (Individual Project)
100
- - **Technologies**: YOLOv8, OpenCV, RoboFlow
101
- - **Description**: Built an object segmentation model and implemented functionalities for image processing.
102
- <!--- (Built a versatile Python script using OpenCV and scikit image for image processing tasks.like object segmentation, using YoloV8, OpenCV, sklearn. Implemented functionalities like grayscale contrast nhancement, image similarity measurement (SSIM), and object segmentation YOLOv8 Demonstrated the script s capabilities through image processing, evaluation, and visualization. Planned to explore integration of advanced deep learning models for further functionalities.
103
- Here is the ("notebook link: Object_Segmentation_&_ComparisonObject_Segmentation_&_Comparison.ipynb:https://colab.research.google.com/drive/1cpNEx_u70I26Ex0alZZxoFa47p6fpoDz?usp=sharing")) --->
104
- - **Key Contributions**:
105
- - Developed scripts for object segmentation and image enhancement.
106
- - [Notebook Link](https://colab.research.google.com/drive/1cpNEx_u70I26Ex0alZZxoFa47p6fpoDz?usp=sharing)
107
-
108
- ---
109
-
110
- ## **CERTIFICATIONS**
111
- - **Python Programming**: Kaggle, SoloLearn, HackerRank, GUVI
112
- - **Machine Learning**: Coursera, Kaggle, Microsoft, IBM
113
- - **Deep Learning**: Kaggle, NPTEL, OpenCV University, IBM
114
- - **Google Skill Boost**: Introduction to Gen AI LP, Gemini for Google Cloud LP, Gen AI for Developers
115
- - **Django**: Microsoft
116
- - **AWS**: AWS Academy Cloud Foundations, AWS Academy Cloud Architecting
117
- - **NPTEL (exam)**: Java (ELITE), Data Science (ELITE + SILVER)
118
-
119
- ---
120
-
121
- ## **ACHIEVEMENTS**
122
- - Runner-up in Python Intramural technical fest at RVR&JC College [LINK]
123
-
124
- ---
125
-
126
- ## **PASSIONS**
127
- - **Deep Learning Engineer**: Transforming the financial services industry.
128
- - **Python Developer**: Building efficient, scalable products with Python.
129
-
130
- ---
131
-
132
- ## **HOBBIES**
133
- - Nurturing plants
134
- - Exploring new knowledge
135
- - Sketching with pencil
136
- - Simplifying complexities through coding
137
-
138
- ---
139
-
140
- ## **Contact Me or Hire Me**
141
- - [LinkedIn](https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/)
142
- - [MyPortfolio](https://21bq1a4210.github.io/MyPortfolio-/)
143
- - [Instagram](https://www.instagram.com/sarath_0x8f)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  '''
 
1
+ data = '''
2
+ # **SARATH CHANDRA BANDREDDI**
3
+
4
+ ---
5
+
6
+ ## **PROFESSIONAL SUMMARY**
7
+ > **Python Developer** focused on AI and Django. Skilled in Python, AI development, and building robust web applications. Dedicated to continuous learning and staying updated with the latest industry trends and technologies. Eager to contribute to innovative software solutions and work collaboratively in a team environment.
8
+
9
+ ---
10
+
11
+ ## **TECH STACK**
12
+ - **Languages**: Python, Java, JavaScript, C, R
13
+ - **Scripting**: Shell Scripting
14
+ - **Markup Languages**: HTML, CSS, Jinja Coding
15
+ - **Operating Systems**: Linux, Windows
16
+ - **IDE Tools**: VS Code, RStudio, Pycharm
17
+ - **Libraries/Frameworks**: TensorFlow, Keras, LlamaIndex, Ollama, OpenCV, Sklearn, Numpy, Pandas, Django
18
+ - **Tools / Platforms**: Kaggle, Google Colabs, Git, GitHub, AWS, Figma
19
+ - **Databases**: Oracle, MySQL
20
+
21
+ ---
22
+
23
+ ## **EDUCATION PROFILE**
24
+ | Course | Institution | CGPA | Duration |
25
+ |----------------------------|----------------------------------|------|------------|
26
+ | B.Tech-CSE (AI & ML) | VVIT - Vasireddy Venkatadri | 8.59 | 2021-2025 |
27
+ | 12th Class | Narayana Junior College | 9.22 | 2020-2021 |
28
+ | 10th Class | Narayana High School | 9.7 | 2018-2019 |
29
+
30
+ ---
31
+
32
+ ## **PROJECTS**
33
+ To know more on particular project just ask My2.0
34
+ ### 0. [FACE RECOGNITION VGGFace](https://huggingface.co/spaces/Sarath0x8f/Celebrity_Recognition) (Individual Project)
35
+ - **Technologies**: Tensorflow, Keras, OpenCV, Django
36
+ - **Description**: Developed a face recognition application utilizing the VGGFace architecture with TensorFlow, achieving exceptional accuracy on a 29-class dataset. The system was deployed via Hugging Face.
37
+ <!--- (Developed a face recognition application utilizing the VGGFace architecture with TensorFlow, attaining exceptional accuracy on
38
+ a bespoke 29-class dataset. Launched the system through Hugging face space on an online server, showcasing advanced
39
+ capabilities in artificial neural networks and computer vision. Check the live application ("live-exegution-link:https://huggingface.co/spaces/Sarath0x8f/Celebrity_Recognition").
40
+ Leveraged advanced facial recognition techniques using a custom dataset created to simulate real-world conditions and developed Celebrity Recognition Application.
41
+ Utilized data augmentation strategies, including shear, zoom, rotation, and brightness adjustments, to enhance model robustness.
42
+ Implemented transfer learning with the VGGFace model to accelerate training and improve accuracy to 98, incorporating custom fully connected layers and freezing certain layers for optimal performance.
43
+ Explored various optimizers (Adam, Adagrad, RMSprop) to optimize the model, demonstrating the critical role of optimizer selection in deep learning tasks. Integrated advanced training callbacks, such as EarlyStopping and ReduceLROnPlateau,
44
+ to prevent overfitting and ensure efficient training processes. Conducted thorough evaluations of the model on training and validation datasets, achieving significant improvements in loss and accuracy metrics.
45
+ Developed a deep understanding of data handling, model architecture customization, and training strategies, contributing to a more effective facial recognition model.
46
+ Looking forward to further advancements in the field of deep learning and facial recognition.
47
+ - Mastered creating custom datasets using OpenCV, organizing training and test sets, and achieving 97.86% accuracy.
48
+ - Trained deep learning models for image classification, leading to the publication of two papers in peer-reviewed journals
49
+ focusing on advancements in facial recognition technology.
50
+ --->
51
+ - **Key Contributions**:
52
+ - Achieved 97.86% accuracy using custom datasets.
53
+ - Implemented advanced data augmentation and transfer learning techniques.
54
+ - Integrated optimization strategies for enhanced model performance.
55
+ - [Note book link](https://www.kaggle.com/code/sarath02003/face-recognition-using-vggface2)
56
+
57
+ ### 1. [DearHRSpeakWithMy2.0](https://huggingface.co/spaces/Sarath0x8f/DearHRSpeakWithMy2.0) (Individual Project)
58
+ - **Technologies**: Hugging Face, Gradio, Python, NLP
59
+ - **Description**: Designed an AI-powered HR interview chatbot that showcases candidate skills and experience professionally.
60
+ - **Key Contributions**:
61
+ - Implemented Q&A functionality for accurate candidate profiling.
62
+ - Integrated meta-llama/Meta-Llama-3-8B-Instruct on Hugging Face.
63
+ - Structured to emphasize job-relevant strengths and career goals.
64
+ <!--- (Designed an AI-powered chatbot for HR interview support, DearHRSpeakWithMy2.0 serves as a virtual personal assistant for me,
65
+ presenting detailed insights about the candidate's skills, projects, and experience in a structured, professional format. The bot
66
+ was inspired by real-world interview experiences where candidates’ key skills in AI/ML were sometimes overlooked.
67
+ DearHRSpeakWithMy2.0 enhances communication by emphasizing critical, job-relevant details.
68
+ Implemented robust question-and-answer functionality, ensuring that the chatbot responds in alignment with the
69
+ candidate’s profile and objectives.
70
+ Integrated on Hugging Face with meta-llama/Meta-Llama-3-8B-Instruct, enabling a tailored and interactive experience through Gradio.
71
+ Strategically designed to guide the conversation towards the candidate's strengths and to clarify their career goals, avoiding
72
+ misalignment in interview focus.)--->
73
+
74
+ ### 2. [The Linguistic Lens Application](https://huggingface.co/spaces/Sarath0x8f/OCR-Translator) (Individual Project)
75
+ - **Technologies**: Gradio, PaddleOCR, GoogleTranslator, gTTS
76
+ - **Description**: Developed a platform for OCR, translation, and TTS to aid multilingual communication.
77
+ - **Key Contributions**:
78
+ - Utilized PaddleOCR, GoogleTranslator, and gTTS for comprehensive text and audio support.
79
+ - Designed a scalable, modular structure for easy user adaptability.
80
+ - Enhanced accessibility through integrated OCR and TTS modules.
81
+ <!--- ((OCR), translation, and text-to-speech (TTS) features. The user-friendly interface, built with Gradio, allows users to upload images
82
+ for real-time text extraction, translation, and audio playback.
83
+ Utilized PaddleOCR for precise text extraction, GoogleTranslator for wide-ranging language support, and gTTS for clear
84
+ audio conversion in multiple languages.
85
+ • Created a scalable, modular architecture enabling seamless user experiences and adaptability, enhancing accessibility for
86
+ multilingual interactions.
87
+ Designed to provide practical on-the-go linguistic assistance, supporting robust language processing through integrated OCR
88
+ and TTS modules.)--->
89
+
90
+ ### 2. SCRAM - Secure Campus Resource and Access Management (Minor Project)
91
+ - **Technologies**: Gemini-pro (LLM), Google API, TensorFlow, Keras, OpenCV, Django
92
+ - **Description**: Developed a Django-based system for campus resource management, including features like user management, complaint registration, face recognition attendance, and a chatbot.
93
+ <!--- (Engineered a robust, secure Django-based system for comprehensive college resource and access management, incorporating
94
+ advanced features such as user management, complaint registration, and a chatbot assistant. Seamlessly integrated Gemini-Pro
95
+ LLM with Google API and introduced face recognition technology for enhanced attendance tracking.
96
+ Led the development of a robust and secure Django-based system designed to streamline college resource and access management as part of my End-to-End Project. The platform integrates several key functionalities such as user management, complaint registration, attendance management system, and a chatbot assistant.
97
+ Here are my contribution to the project:
98
+ - User Authentication & Security: Developed a comprehensive user authentication system using Django's default authentication and implemented 2-Step Verification (2SV) for password recovery, improving overall system security and reliability. Engineered a single-page application for password recovery with two-step verification, enhancing user convenience.
99
+ - Face Recognition Attendance System: Created a one short face recognition model using FaceNet and MTCNN to manage attendance, with a unique feature allowing students to mark their attendance only once per day and within the campus premises. This innovation ensures strict attendance integrity and security.
100
+ - Chatbot Integration: Built and integrated the AskVVIT chatbot to assist with college-related inquiries. Initially deployed with the Gemini Pro LLM and Google API, the chatbot provided an interactive platform for students and staff. Due to response time limitations (one response per minute), the model was later replaced with LLaMA 3.2:1B and also tried with LLaMA 3:latest, significantly enhancing response efficiency.
101
+ - Backend & Django: Developed Django templates using Jinja and integrating frontend pages with backend functionality. Created models for user registration and attendence management system.
102
+
103
+ This project not only enhanced resource management at the college but also introduced modern technologies such as face recognition and AI-driven chatbots, setting a foundation for future advancements in academic institution management systems.
104
+ • Devised robust user authentication and 2-FS password authentication, enhancing system security and reliability.
105
+ Led the project team, developing comprehensive Django templates, seamlessly integrating custom chatbot functionalities
106
+ using LLM and created a one short face recognition for attendance management system .) --->
107
+ - **Key Contributions**:
108
+ - Created a one short face recognition attendance system.
109
+ - Integrated chatbot using LLaMA 3 and Google API.
110
+ - Developed secure user authentication with 2SV.
111
+ - [GitHub Repo]((https://github.com/21bq1a4210/E2E_Project/graphs/contributors))
112
+
113
+ ### 3. Document and Data Query AI Agent (Individual Project)
114
+ - **Technologies**: Llama3, Ollama, LlamaIndex
115
+ - **Description**: Developed an AI agent for document-based Q&A and CSV data visualization, integrating LlamaIndex for efficient data retrieval.
116
+ <!--- (Created a sophisticated AI agent for document-based Q&A and CSV data visualization, utilizing Llama3 and Ollama for cuttingedge natural language processing. Integrated Llama Indexing for efficient data retrieval and robust document parsing within an
117
+ intuitive user interface.
118
+ • Combined HuggingFace embedding generation and a resilient query retry mechanism, boosting data accuracy and system
119
+ reliability.
120
+ • Demonstrated deep expertise in deep learning and real-time data processing, significantly improving system performance
121
+ and user experience.) --->
122
+ - **Key Contributions**:
123
+ - Created resilient query retry mechanisms for robust document parsing.
124
+
125
+ ### 4. [Personal Portfolio](https://21bq1a4210.github.io/MyPortfolio-) (Individual Project)
126
+ - **Technologies**: HTML, CSS, JavaScript
127
+ - **Description**: Designed a responsive personal portfolio showcasing my projects and skills, deployed using GitHub Pages.
128
+ <!--- (Designed and developed a responsive personal portfolio("LINK:https://21bq1a4210.github.io/MyPortfolio-/") website using HTML, CSS, and JavaScript, showcasing strong UI/UX principles. Deployed the website online using GitHub Pages, making it accessible for users worldwide. The website features multiple sections, including Home, About, Services, Portfolio, and Contact, providing a comprehensive overview of my skills and projects. Implemented interactive elements like a contact form integrated with EmailJS for seamless communication and added an AI chatbot, Tidio's Lyro, to enhance user engagement and provide additional information about me. Crafted unique visuals using AI-generated images to personalize the portfolio and demonstrate creativity. This project ignited my interest in web development, transforming initial reluctance into enthusiasm for building dynamic and interactive web experiences.) --->
129
+ - **Key Contributions**:
130
+ - Integrated AI chatbot for enhanced engagement.
131
+ - Implemented a contact form with EmailJS.
132
+
133
+ ### 5. Object Segmentation (Individual Project)
134
+ - **Technologies**: YOLOv8, OpenCV, RoboFlow
135
+ - **Description**: Built an object segmentation model and implemented functionalities for image processing.
136
+ <!--- (Built a versatile Python script using OpenCV and scikit image for image processing tasks.like object segmentation, using YoloV8, OpenCV, sklearn. Implemented functionalities like grayscale contrast nhancement, image similarity measurement (SSIM), and object segmentation YOLOv8 Demonstrated the script s capabilities through image processing, evaluation, and visualization. Planned to explore integration of advanced deep learning models for further functionalities.
137
+ Here is the ("notebook link: Object_Segmentation_&_ComparisonObject_Segmentation_&_Comparison.ipynb:https://colab.research.google.com/drive/1cpNEx_u70I26Ex0alZZxoFa47p6fpoDz?usp=sharing")) --->
138
+ - **Key Contributions**:
139
+ - Developed scripts for object segmentation and image enhancement.
140
+ - [Notebook Link](https://colab.research.google.com/drive/1cpNEx_u70I26Ex0alZZxoFa47p6fpoDz?usp=sharing)
141
+
142
+ ---
143
+
144
+ ## **CERTIFICATIONS**
145
+ - **Python Programming**: Kaggle, SoloLearn, HackerRank, GUVI
146
+ - **Machine Learning**: Coursera, Kaggle, Microsoft, IBM
147
+ - **Deep Learning**: Kaggle, NPTEL, OpenCV University, IBM
148
+ - **Google Skill Boost**: Introduction to Gen AI LP, Gemini for Google Cloud LP, Gen AI for Developers
149
+ - **Django**: Microsoft
150
+ - **AWS**: AWS Academy Cloud Foundations, AWS Academy Cloud Architecting
151
+ - **NPTEL (exam)**: Java (ELITE), Data Science (ELITE + SILVER), Deep Learning
152
+
153
+ ---
154
+
155
+ ## **ACHIEVEMENTS**
156
+ - Runner-up in Python Intramural technical fest at RVR&JC College [LINK]
157
+ - 3⭐ coder in [CodeChef](https://www.codechef.com/users/sarath2003)
158
+
159
+ ---
160
+
161
+ ## **PASSIONS**
162
+ - **Deep Learning Engineer**: Transforming the financial services industry.
163
+ - **Python Developer**: Building efficient, scalable products with Python.
164
+
165
+ ---
166
+
167
+ ## **HOBBIES**
168
+ - Nurturing plants
169
+ - Exploring new knowledge
170
+ - Sketching with pencil
171
+ - Simplifying complexities through coding
172
+
173
+ ---
174
+
175
+ ## **FINDE ME ONLINE**
176
+ - [MyPortfolio](https://21bq1a4210.github.io/MyPortfolio-/)
177
+ - [CodeChef](https://www.codechef.com/users/sarath2003)
178
+ - [Instagram](https://www.instagram.com/sarath_0x8f)
179
+ - [HackerRank](https://www.hackerrank.com/profile/sarath_0x8f)
180
+
181
+ ---
182
+
183
+ ## **CONTACT ME**:
184
+ - [LinkedIn](https://www.linkedin.com/in/sarath-chandra-bandreddi-07393b1aa/)
185
+ - [MyPortfolio](https://21bq1a4210.github.io/MyPortfolio-/)
186
+
187
  '''