Alex-Tech-Projects / index.html
Alexvatti's picture
Update index.html
4106e1e verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexander Reddy - Personal Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
margin: 0;
background-color: #f8f9fa;
color: #333;
}
header {
background-color: #343a40;
color: #fff;
text-align: center;
padding: 40px 20px;
border-bottom: 5px solid #007bff;
position: relative;
}
header img {
width: 150px;
height: 150px;
border-radius: 50%;
border: 5px solid #007bff;
object-fit: cover;
margin-bottom: 20px;
transition: transform 0.3s ease-in-out;
}
header img:hover {
transform: scale(1.1);
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #007bff;
}
nav ul li {
float: left;
}
nav ul li a {
display: block;
color: #fff;
text-align: center;
padding: 20px 20px;
text-decoration: none;
transition: background-color 0.3s;
}
nav ul li a:hover {
background-color: #0056b3;
}
section {
padding: 10px 10px;
margin: 10px auto;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
footer {
text-align: center;
padding: 20px;
background-color: #343a40;
color: #fff;
}
h1, h2 {
color: #007bff;
}
ul li {
margin-bottom: 10px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<header>
<img src="Alex.jpeg" alt="Alexander Reddy">
<h1>Alexander Reddy</h1>
<p>Machine Learning Engineer | Deep Learning | GenAI | End-to-End AI Solutions</p>
</header>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="about">
<h2>About Me</h2>
<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>
</section>
<section id="skills">
<h2>Skills</h2>
<ul>
<li>Languages/Tools: Python, SQL, Git, Bash</li>
<li>Libraries/Frameworks: Pandas, NumPy, Scikit-learn, TensorFlow, PyTorch, Keras, OpenCV, XGBoost, NLTK, SpaCy</li>
<li>Deployment & Web: Flask, Streamlit, FastAPI, Docker, AWS (EC2, S3), Azure</li>
<li>Concepts: Supervised & Unsupervised ML, NLP, CNN, RNN, OCR, LLMs, RAG, Chatbot</li>
</ul>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
<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>
<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>
<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>
</ul>
</section>
<section id="experience">
<h2>Experience</h2>
<ul>
<li>Freelance Data Scientist (Upwork) - 90% Job Success Score, delivering exceptional results for global clients.</li>
<li>Machine Learning Engineer (Qvantel, Hyderabad) - Developed AI/ML solutions for smart cameras and embedded systems.</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:alexvatti@gmail.com">alexvatti@gmail.com</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/alexdatascientist" target="_blank">alexdatascientist</a></p>
<p>GitHub: <a href="https://github.com/alexvatti" target="_blank">alexvatti</a></p>
<p>YouTube: <a href="https://www.youtube.com/@AlexTechProjects" target="_blank">AlexTechProjects</a></p>
</section>
<footer>
<p>© 2024 Alexander Reddy. All rights reserved.</p>
</footer>
<script src="https://cdn.botpress.cloud/webchat/v3.0/inject.js"></script>
<script src="https://files.bpcontent.cloud/2025/06/17/11/20250617112351-GH8BHBX5.js"></script>
</body>
</html>