Skip to content
View aatmaj28's full-sized avatar

Highlights

  • Pro

Block or report aatmaj28

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
aatmaj28/README.md

Hi there, I'm Aatmaj Salunke

Email GitHub followers

πŸš€ About Me

class AatmajSalunke:
    def __init__(self):
        self.name = "Aatmaj Amol Salunke"
        self.education = {
            "Masters": "Artificial Intelligence @ Northeastern University",
            "Bachelors": "Computer Science & Engineering @ Manipal University Jaipur"
        }
        self.experience = ["ISRO Scientific Researcher", "WictroniX ML Intern", "IBM AI Mentee"]
        self.interests = ["Machine Learning", "Deep Learning", "NLP", "Computer Vision", "Reinforcement Learning"]
        self.currently_learning = "Advanced AI Techniques for Real-world Applications"
        self.looking_for = "Internship Opportunities (May 2025 - Dec 2025)"
        self.pronouns = "he/him"
    
    def say_hi(self):
        print("Thanks for dropping by! Let's collaborate on something innovative!")

me = AatmajSalunke()
me.say_hi()

🧠 Current Focus

  • πŸ“š Pursuing MS in Artificial Intelligence at Northeastern University
  • πŸ”¬ Exploring advanced concepts in Reinforcement Learning and NLP
  • 🌟 Building AI solutions that solve real-world problems
  • 🀝 Open to collaborate on futuristic, high-impact projects

πŸ’Ό Experience Highlights

  • πŸ›°οΈ Scientific Research Intern, ISRO - Worked in SIPG Department at SAC, enhancing satellite-based weather prediction algorithms through advanced signal and image processing.

  • 🌿 Research Intern, NIT Trichy - Specialized in Machine Learning applications for the Plants and Botany sector, contributing to three research projects on plant tagging and document recommendation systems.

  • 🚦 Machine Learning Engineer Intern, WictroniX - Contributed to a Government of Gujarat project on traffic and vehicle analysis for improved transportation systems.

  • πŸ“Š Data Science Intern, Celebal Technologies - Gained hands-on experience in data analysis, modeling, and visualization for real-world projects.

  • 🧠 Artificial Intelligence Mentee, IBM - Collaborated with experienced AI professionals to contribute to cutting-edge AI projects.

  • ☁️ Salesforce Developer Trainee, Salesforce - Learned Salesforce fundamentals and developed applications during intensive training program.

πŸ› οΈ Tech Stack

πŸ† Projects

πŸ€– AI-Powered Financial Document Q&A Chatbot

  • RAG-based financial insights system leveraging FinBERT, FAISS & LangChain
  • 85% higher retrieval accuracy & 37% faster query response time

🏠 Airbnb Property Search Bot

  • NLP-powered search with hybrid retrieval (dense embeddings + BM25)
  • 40% improvement in search relevance using Google's Gemini model

πŸ›’ SmartCart

  • AI-driven grocery shopping platform built during Innovate 2025 Hackathon
  • Reduced manual shopping effort by 50-60% with LLM-powered features

πŸ“ Publications

🌐 Connect With Me

LinkedIn Portfolio Quora Devfolio

⚑ Fun Fact

When I'm not coding or exploring AI algorithms, you can find me trying to solve complex algorithms by hand – just for fun!


aatmaj28

Popular repositories Loading

  1. Innovaite-2025 Innovaite-2025 Public

    Developed during the Innovate 2025 hackathon at Northeastern University, Boston, and organized by NEU's AI Club, our team, Grocery Gurus, tackled real-world grocery shopping and delivery challenges.

    Python 2 1

  2. Real-Time-Object-Measurement Real-Time-Object-Measurement Public

    My project utilizes computer vision and Python for real-time object measurement. By leveraging computer vision techniques, it enables accurate and instant measurement of objects in real-time, provi…

    Python 1

  3. Heart-Disease-Prediction-System Heart-Disease-Prediction-System Public

    The project focuses on Heart Disease Prediction using machine learning. We split the data into three subsets for closer model evaluation. Employing KNN and Random Forest Classifier, we accurately p…

    Jupyter Notebook 1

  4. CS-Project-12 CS-Project-12 Public

    'Journey to the Beyond' is a text-based story-driven choose-your-own-adventure game set in the year 2082. Your character is stranded on an alien planet, and your objective is to use your wits to fi…

  5. CS-Project-10 CS-Project-10 Public

    A software to create and manage a bank account with functions like withdraw , deposit and check balance will help you to keep a track of the transactions made and the current balance in your bank a…

  6. Music-Player-Spotify-Lite Music-Player-Spotify-Lite Public

    Made a Lite version of the very famous Spotify. A simple attempt by me to create a webpage to play my go-to songs on the go.

    HTML