Skip to content
View Aaronrao989's full-sized avatar

Highlights

  • Pro

Block or report Aaronrao989

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aaronrao989/README.md

πŸ‘¨β€πŸ’» Aaron Rao | AI/ML Engineer

LinkedIn LeetCode Portfolio Gmail

Profile Views

πŸš€ About Me

I'm an AI/ML Engineer passionate about Natural Language Processing, Machine Learning, and building intelligent systems that solve real-world problems. Always eager to learn, collaborate, and transform innovative ideas into impactful solutions.

class AboutMe:
    def __init__(self):
        self.name = "Aaron Rao"
        self.role = "AI/ML Engineer"
        self.education = "B.Tech CSE (AI & ML) | AKTU"
        self.location = "Uttar Pradesh, India"
        self.interests = ["Machine Learning", "NLP", "Data Science", "Cloud Computing"]
        
    def get_current_focus(self):
        return "Building AI-powered applications and mastering advanced NLP techniques"

πŸ’Ό What I'm Up To

  • 🌱 Expanding my knowledge in Deep Learning, NLP & Generative AI
  • πŸ‘― Looking for collaboration on AI/ML Projects & Open Source
  • πŸ“š Learning about Advanced Neural Networks & LLM Fine-tuning
  • 🀝 Open to internship opportunities and technical discussions
  • πŸ† Recently achieved 2nd Runner-Up @ AgriTech Hack 2025

πŸ› οΈ Tech Stack

πŸ§‘β€πŸ’» Languages

Python JavaScript

πŸ€– AI & Machine Learning

TensorFlow scikit-learn NumPy Pandas

🎨 Frameworks & Tools

Streamlit Flask Jupyter

☁️ Cloud & DevOps

AWS Google Cloud Git GitHub VS Code

πŸ“Š GitHub Stats

GitHub Streak

🌱 My AI/ML Journey

What started as curiosity about artificial intelligence has transformed into a passion for building intelligent systems. My journey in AI/ML has taught me the power of data-driven decision making, the elegance of well-designed algorithms, and the importance of ethical AI. Every model I train is an opportunity to solve real-world problems and create meaningful impact.

πŸ† Achievements & Recognition

  • πŸ₯‰ 2nd Runner-Up - AgriTech Hack 2025 (Azure Developer Community)
    • Developed a renewable energy-driven smart irrigation system using IoT
    • Collaborated with Brian Walter and Ananya Arora
    • Implemented sustainable practices and machine learning algorithms
  • πŸŽ“ AWS Academy Graduate - Introduction to Cloud Semester 1
  • ☁️ Google Cloud Certified - GenAI Apps with Gemini and Streamlit
  • πŸ€– IBM AI Virtual Intern - Completed NLP and sentiment analysis projects
  • 🎨 Technical Head - KALAKRIT Cultural/Creative Committee

πŸ“« Let's Connect!

I'm always open to interesting conversations, collaboration opportunities, and new connections in the AI/ML community. Whether you want to discuss a project idea, talk about the latest in machine learning, or just say hi, feel free to reach out!



"The science of today is the technology of tomorrow." - Edward Teller

Popular repositories Loading

  1. sentiment-insights-for-social-media-posts sentiment-insights-for-social-media-posts Public

    Three complementary feature streams are extracted: textual features, including VADER sentiment scores and lexical statistics, emoji-based affective features, derived from an external sentiment-anno…

    Jupyter Notebook 1

  2. JalSaathi JalSaathi Public

    JalSaathi is a renewable energy-ready smart irrigation system built using ESP32, designed to automate plant watering based on soil moisture and water tank level. It features a bilingual (Hindi + En…

    C++

  3. Vehicle-Detector- Vehicle-Detector- Public

    Python

  4. employee-salary-prediction employee-salary-prediction Public

    Machine Learning project to predict employee salaries based on years of experience using Linear Regression.

    Jupyter Notebook

  5. Image-Classification-using-CNN Image-Classification-using-CNN Public

    This project is a simple image classification web app built using Streamlit and a TensorFlow/Keras model. It allows users to upload an image, processes it using Pillow, and predicts the class using…

    Jupyter Notebook

  6. sentiment-analyzer sentiment-analyzer Public

    AI-powered Amazon reviews sentiment analyzer

    Python