File size: 5,425 Bytes
3dcab53
8422d5d
3dcab53
8422d5d
 
 
 
3dcab53
 
8422d5d
 
 
 
3dcab53
8422d5d
 
 
3dcab53
8422d5d
 
d9bb6c3
 
 
 
 
 
 
 
 
 
 
 
 
8422d5d
 
 
 
 
 
 
 
 
 
 
 
 
 
3dcab53
b77b563
8422d5d
 
3dcab53
8422d5d
 
3dcab53
8422d5d
db077aa
c850839
8422d5d
 
 
3dcab53
8422d5d
 
 
 
 
3dcab53
8422d5d
 
3dcab53
8422d5d
 
3dcab53
8422d5d
 
3dcab53
 
 
 
 
 
4106e1e
3dcab53
 
8422d5d
fd0c4ff
8422d5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5824a55
4106e1e
 
5824a55
3dcab53
c130134
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
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
<!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>