Skip to content
View aasimansari1's full-sized avatar

Block or report aasimansari1

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
aasimansari1/README.md

Typing SVG


Profile Views Β  LinkedIn Β  Portfolio Β  Email Β  GitHub Follow

🧠 WHO AM I

class AasimAnsari:
    def __init__(self):
        self.name        = "Mohd Aasim Ansari"
        self.role        = "Data Scientist | ML Engineer | AI Researcher | Full Stack Developer"
        self.expertise   = [
            "Machine Learning", "Deep Learning", "NLP",
            "Computer Vision", "LangChain", "RAG", "Agentic AI",
            "YOLOv8", "Data Analysis", "Full Stack Development"
        ]
        self.stack = {
            "Data Science" : ["Python", "Pandas", "NumPy", "Matplotlib", "Seaborn", "Plotly"],
            "AI / ML"      : ["scikit-learn", "TensorFlow", "PyTorch", "LangChain", "YOLOv8", "OpenCV"],
            "Web Dev"      : ["React", "Node.js", "TypeScript", "MongoDB", "Express", "Flask"],
        }
        self.email       = "mohdaasimansari2003@gmail.com"
        self.available   = True   # Open to Internship Β· Research Β· Freelance

    def __repr__(self):
        return "Always learning. Always building. Always delivering."

🟒 CURRENTLY AVAILABLE

🟒 Open to Opportunities

Available

  • 🎯 Internship β€” Data Science / ML / AI
  • πŸ”¬ Research β€” NLP, Computer Vision, LLMs
  • πŸ’Ό Freelance β€” Full Stack + Data Projects

πŸ”₯ Currently Building

Project Status
πŸ€– Agentic RAG Chatbot WIP
🎯 YOLOv8 Real-Time Detector Active
🌐 CareerForge AI Platform Beta

⚑ EXPERTISE & SKILLS

πŸ“Š Data Science

Python Pandas NumPy Matplotlib Seaborn Plotly Statistics

πŸ€– AI / ML

scikit-learn TensorFlow PyTorch LangChain YOLOv8 NLP OpenCV

🌐 Web Dev

React Node.js TypeScript MongoDB HTML/CSS Express Flask

πŸ“Š GITHUB STATS

🐍 CONTRIBUTION SNAKE

GitHub Snake Animation

πŸ“ˆ ACTIVITY GRAPH

Activity Graph

πŸ”¬ DATA SCIENCE PROJECTS

# Project Description Tech Stack Status
1 🧬 Disease Prediction System ML model predicting diseases from symptoms Python, scikit-learn, Flask Done
2 πŸ“ˆ Stock Price Forecasting LSTM-based stock trend prediction PyTorch, Pandas, Plotly Done
3 🎭 Sentiment Analysis Engine NLP-powered social media sentiment classifier BERT, HuggingFace, Python Done
4 πŸš— YOLOv8 Object Detector Real-time object detection pipeline YOLOv8, OpenCV, Python Active
5 🏠 House Price Predictor Regression model with EDA & deployment XGBoost, Flask, Seaborn Done
6 πŸ€– RAG Chatbot LangChain RAG pipeline over custom docs LangChain, OpenAI, FAISS WIP
7 πŸ“Š EDA Dashboard Interactive data exploration app Streamlit, Plotly, Pandas Done
8 🌾 Crop Recommendation AI AI system for smart agriculture Random Forest, Flask, NumPy Done

🌐 FULL STACK PROJECTS

ChatNova AI

CareerForge AI

Resume Builder

Online Code Judge

πŸ† GITHUB ACHIEVEMENTS

Trophy

πŸ’¬ QUOTE

Quote

🀝 CONNECT

LinkedIn Β Β  Portfolio Β Β  Email


In God we trust; all others must bring data. β€” W. Edwards Deming

Popular repositories Loading

  1. Python-Project Python-Project Public

    Python mini-projects covering automation, algorithms, and beginner exercises

    Python 1

  2. Standford-University_CodeInPlace Standford-University_CodeInPlace Public

    Solutions and projects from Stanford University's Code in Place Python course

    Python 1

  3. Java-Project Java-Project Public

    Java programs covering OOP, data structures, algorithms, and design patterns

    Java

  4. Spotify-Clone Spotify-Clone Public

    Frontend Spotify clone β€” music player UI with playlist and playback controls

    HTML

  5. LangChain-Models LangChain-Models Public

    Experiments with LangChain LLM models β€” chains, agents, and memory patterns

    Python

  6. langchain-prompts langchain-prompts Public

    Prompt engineering templates and techniques using LangChain framework

    Python