Spaces:
Running
Running
Update index.html
Browse files- index.html +110 -166
index.html
CHANGED
|
@@ -1,189 +1,133 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html>
|
| 3 |
<head>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
<style>
|
| 5 |
body {
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
text-align: center;
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
}
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
text-align: center;
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
border-bottom: 2px solid gray;
|
| 24 |
-
margin-top: 20px;
|
| 25 |
-
}
|
| 26 |
-
|
| 27 |
-
div {
|
| 28 |
-
background-color: antiquewhite;
|
| 29 |
-
color: black;
|
| 30 |
-
padding: 20px;
|
| 31 |
-
margin: 20px;
|
| 32 |
-
border-radius: 8px;
|
| 33 |
-
}
|
| 34 |
-
|
| 35 |
-
ul {
|
| 36 |
-
list-style-type: square;
|
| 37 |
-
padding-left: 20px;
|
| 38 |
-
margin: 10px 0;
|
| 39 |
}
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
list-style-type: upper-roman;
|
| 43 |
-
padding-left: 20px;
|
| 44 |
-
margin: 10px 0;
|
| 45 |
}
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
|
|
|
|
|
|
| 51 |
}
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
|
|
|
|
|
|
| 55 |
}
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
background-color: #f2f2f2;
|
| 59 |
-
padding: 10px;
|
| 60 |
-
text-align: left;
|
| 61 |
}
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
padding: 10px;
|
| 65 |
}
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
color: blue;
|
| 69 |
text-decoration: none;
|
| 70 |
}
|
| 71 |
-
|
| 72 |
-
a:visited {
|
| 73 |
-
color: brown;
|
| 74 |
-
}
|
| 75 |
-
|
| 76 |
a:hover {
|
| 77 |
-
color: blueviolet;
|
| 78 |
text-decoration: underline;
|
| 79 |
}
|
| 80 |
-
|
| 81 |
-
a:active {
|
| 82 |
-
color: orange;
|
| 83 |
-
}
|
| 84 |
-
|
| 85 |
-
p {
|
| 86 |
-
font-size: 16px;
|
| 87 |
-
line-height: 1.6;
|
| 88 |
-
margin: 10px 0;
|
| 89 |
-
color: #333;
|
| 90 |
-
}
|
| 91 |
-
|
| 92 |
-
.profile-container {
|
| 93 |
-
text-align: center;
|
| 94 |
-
margin: 30px 0;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
.profile-img {
|
| 98 |
-
width: 150px;
|
| 99 |
-
height: 150px;
|
| 100 |
-
border-radius: 50%;
|
| 101 |
-
border: 4px solid blue;
|
| 102 |
-
margin-bottom: 15px;
|
| 103 |
-
transition: transform 0.6s ease-in-out;
|
| 104 |
-
display: inline-block;
|
| 105 |
-
}
|
| 106 |
-
|
| 107 |
-
.profile-img:hover {
|
| 108 |
-
transform: scale(1.1) rotate(-10deg);
|
| 109 |
-
}
|
| 110 |
</style>
|
| 111 |
</head>
|
| 112 |
-
|
| 113 |
<body>
|
| 114 |
-
|
| 115 |
-
<h1>
|
| 116 |
-
|
| 117 |
-
<
|
| 118 |
-
|
| 119 |
-
<
|
| 120 |
-
<
|
| 121 |
-
|
| 122 |
-
<
|
| 123 |
-
<
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
<
|
| 128 |
-
|
| 129 |
-
<
|
| 130 |
-
</
|
| 131 |
-
|
| 132 |
-
<
|
| 133 |
-
|
| 134 |
-
<
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
</
|
| 138 |
-
|
| 139 |
-
<
|
| 140 |
-
<
|
| 141 |
-
|
| 142 |
-
<
|
| 143 |
-
|
| 144 |
-
<
|
| 145 |
-
</
|
| 146 |
-
|
| 147 |
-
<
|
| 148 |
-
<
|
| 149 |
-
|
| 150 |
-
|
| 151 |
-
</
|
| 152 |
-
|
| 153 |
-
<
|
| 154 |
-
<
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
</ul>
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
<
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
<
|
| 170 |
-
<
|
| 171 |
-
</
|
| 172 |
-
</tr>
|
| 173 |
-
<tr>
|
| 174 |
-
<td>
|
| 175 |
-
<iframe src="https://www.youtube.com/embed/VIDEO_ID_4" title="Project 4" allowfullscreen></iframe>
|
| 176 |
-
</td>
|
| 177 |
-
<td>
|
| 178 |
-
<iframe src="https://www.youtube.com/embed/VIDEO_ID_5" title="Project 5" allowfullscreen></iframe>
|
| 179 |
-
</td>
|
| 180 |
-
<td>
|
| 181 |
-
<iframe src="https://www.youtube.com/embed/VIDEO_ID_6" title="Project 6" allowfullscreen></iframe>
|
| 182 |
-
</td>
|
| 183 |
-
</tr>
|
| 184 |
-
</table>
|
| 185 |
-
|
| 186 |
-
<p>Thank you for visiting my portfolio! Feel free to reach out if you’d like to connect or collaborate.</p>
|
| 187 |
-
|
| 188 |
</body>
|
| 189 |
</html>
|
|
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Alexander Reddy - Personal Portfolio</title>
|
| 7 |
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
+
font-family: 'Roboto', sans-serif;
|
| 11 |
+
margin: 0;
|
| 12 |
+
background-color: #f8f9fa;
|
| 13 |
+
color: #333;
|
| 14 |
}
|
| 15 |
+
header {
|
| 16 |
+
background-color: #343a40;
|
| 17 |
+
color: #fff;
|
| 18 |
text-align: center;
|
| 19 |
+
padding: 40px 20px;
|
| 20 |
+
border-bottom: 5px solid #007bff;
|
| 21 |
+
}
|
| 22 |
+
nav ul {
|
| 23 |
+
list-style-type: none;
|
| 24 |
+
margin: 0;
|
| 25 |
+
padding: 0;
|
| 26 |
+
overflow: hidden;
|
| 27 |
+
background-color: #007bff;
|
| 28 |
+
}
|
| 29 |
+
nav ul li {
|
| 30 |
+
float: left;
|
| 31 |
+
}
|
| 32 |
+
nav ul li a {
|
| 33 |
+
display: block;
|
| 34 |
+
color: #fff;
|
| 35 |
text-align: center;
|
| 36 |
+
padding: 14px 20px;
|
| 37 |
+
text-decoration: none;
|
| 38 |
+
transition: background-color 0.3s;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
| 40 |
+
nav ul li a:hover {
|
| 41 |
+
background-color: #0056b3;
|
|
|
|
|
|
|
|
|
|
| 42 |
}
|
| 43 |
+
section {
|
| 44 |
+
padding: 40px 20px;
|
| 45 |
+
margin: 20px auto;
|
| 46 |
+
max-width: 800px;
|
| 47 |
+
background-color: #fff;
|
| 48 |
+
border-radius: 8px;
|
| 49 |
+
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
|
| 50 |
}
|
| 51 |
+
footer {
|
| 52 |
+
text-align: center;
|
| 53 |
+
padding: 20px;
|
| 54 |
+
background-color: #343a40;
|
| 55 |
+
color: #fff;
|
| 56 |
}
|
| 57 |
+
h1, h2 {
|
| 58 |
+
color: #007bff;
|
|
|
|
|
|
|
|
|
|
| 59 |
}
|
| 60 |
+
ul li {
|
| 61 |
+
margin-bottom: 10px;
|
|
|
|
| 62 |
}
|
| 63 |
+
a {
|
| 64 |
+
color: #007bff;
|
|
|
|
| 65 |
text-decoration: none;
|
| 66 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
a:hover {
|
|
|
|
| 68 |
text-decoration: underline;
|
| 69 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
</style>
|
| 71 |
</head>
|
|
|
|
| 72 |
<body>
|
| 73 |
+
<header>
|
| 74 |
+
<h1>Alexander Reddy</h1>
|
| 75 |
+
<p>Machine Learning Engineer | Deep Learning | GenAI | End-to-End AI Solutions</p>
|
| 76 |
+
</header>
|
| 77 |
+
|
| 78 |
+
<nav>
|
| 79 |
+
<ul>
|
| 80 |
+
<li><a href="#about">About Me</a></li>
|
| 81 |
+
<li><a href="#skills">Skills</a></li>
|
| 82 |
+
<li><a href="#projects">Projects</a></li>
|
| 83 |
+
<li><a href="#experience">Experience</a></li>
|
| 84 |
+
<li><a href="#contact">Contact</a></li>
|
| 85 |
+
</ul>
|
| 86 |
+
</nav>
|
| 87 |
+
|
| 88 |
+
<section id="about">
|
| 89 |
+
<h2>About Me</h2>
|
| 90 |
+
<p>Result-driven Machine Learning Engineer with 5+ years of experience designing, deploying, and optimizing ML/DL/GenAI solutions. Passionate about solving real-world problems through AI innovation.</p>
|
| 91 |
+
</section>
|
| 92 |
+
|
| 93 |
+
<section id="skills">
|
| 94 |
+
<h2>Skills</h2>
|
| 95 |
+
<ul>
|
| 96 |
+
<li>Languages/Tools: Python, SQL, Git, Bash</li>
|
| 97 |
+
<li>Libraries/Frameworks: Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, Keras, OpenCV, XGBoost, NLTK, SpaCy</li>
|
| 98 |
+
<li>Deployment & Web: Flask, Streamlit, FastAPI, Docker, AWS (EC2, S3), Azure</li>
|
| 99 |
+
<li>Concepts: Supervised & Unsupervised ML, NLP, CNN, RNN, OCR, LLMs, RAG, Chatbot</li>
|
| 100 |
+
</ul>
|
| 101 |
+
</section>
|
| 102 |
+
|
| 103 |
+
<section id="projects">
|
| 104 |
+
<h2>Projects</h2>
|
| 105 |
+
<ul>
|
| 106 |
+
<li><a href="https://github.com/alexvatti/telecom-churn" target="_blank">Telecom Churn Prediction</a> - Built a predictive model using XGBoost and Scikit-learn with an AUC-ROC of 0.85. Deployed using Flask on AWS.</li>
|
| 107 |
+
<li><a href="https://github.com/alexvatti/wound-image-classification" target="_blank">Wound Image Classification</a> - Improved accuracy from 50% to 85% using CNN and OpenCV, deployed on AWS.</li>
|
| 108 |
+
<li><a href="https://github.com/alexvatti/rag-chatbot" target="_blank">RAG-Based Chatbot</a> - Retrieval-Augmented Generation chatbot using LangChain and LLMs, integrated OCR, and deployed with Streamlit on AWS.</li>
|
| 109 |
+
</ul>
|
| 110 |
+
</section>
|
| 111 |
+
|
| 112 |
+
<section id="experience">
|
| 113 |
+
<h2>Experience</h2>
|
| 114 |
+
<ul>
|
| 115 |
+
<li>Freelance Data Scientist (Upwork) - 90% Job Success Score, delivering exceptional results for global clients.</li>
|
| 116 |
+
<li>Machine Learning Engineer (Qvantel, Hyderabad) - Developed AI/ML solutions for smart cameras and embedded systems.</li>
|
| 117 |
+
</ul>
|
| 118 |
+
</section>
|
| 119 |
+
|
| 120 |
+
<section id="contact">
|
| 121 |
+
<h2>Contact</h2>
|
| 122 |
+
<p>Email: <a href="mailto:alexvatti@gmail.com">alexvatti@gmail.com</a></p>
|
| 123 |
+
<p>LinkedIn: <a href="https://www.linkedin.com/in/alexdatascientist" target="_blank">alexdatascientist</a></p>
|
| 124 |
+
<p>GitHub: <a href="https://github.com/alexvatti" target="_blank">alexvatti</a></p>
|
| 125 |
+
<p>YouTube: <a href="https://www.youtube.com/@AlexTechProjects" target="_blank">AlexTechProjects</a></p>
|
| 126 |
+
</section>
|
| 127 |
+
|
| 128 |
+
<footer>
|
| 129 |
+
<p>© 2024 Alexander Reddy. All rights reserved.</p>
|
| 130 |
+
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
</body>
|
| 132 |
</html>
|
| 133 |
+
|