Skip to content
View rahulsamant37's full-sized avatar

Highlights

  • Pro

Block or report rahulsamant37

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 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
rahulsamant37/README.md
Typing SVG

🚀 Transforming Data into Intelligence | Building the Future with AI 🤖

Profile Views Followers Open Source AI Research

GitHub Trophies

👨‍💻 About Me

class AIEngineer:
    def __init__(self):
        self.name = "Rahul Samant"
        self.role = "Data Scientist & ML Engineer"
        self.location = "Building AI Agents 🌍"
        self.expertise = {
            "AI/ML": ["LLMs", "GenAI", "NLP", "RAG", "Fine Tuning"],
            "Infrastructure": ["Spark", "AWS", "MLOps"],
            "Data": ["DSA", "MongoDB", "SQL", "Data Pipeline"],
        }
        self.current_research = ["Agentic AI", "Multi-Modal LLMs", "RAG Systems", "MCP Server", "A2A Protocol", "DSA"]
    
    def life_motto(self):
        return "Transforming ideas into intelligent solutions, one model at a time! 🚀"

me = AIEngineer()
print(me.life_motto())

🔥 What I'm Up To

  • 🧠 Architecting Large Language Model applications at scale
  • 🛠️ Developing RAG-powered AI solutions for enterprise use cases
  • 📊 Building robust MLOps pipelines for production deployment
  • 🌟 Contributing to open-source AI projects
  • 📚 Researching multi-modal AI systems and their applications

💻 Tech Stack

🤖 AI & Machine Learning

☁️ Cloud & DevOps

📊 Data Engineering

📊 Magical Stats

🐍 Contribution Graph Snake Animation

GitHub Contribution Snake Animation

GitHub Contribution Snake Animation Dark

🤝 Let's Connect!

Pinned Loading

  1. AMD_AI_SPRINT_HACKATHON AMD_AI_SPRINT_HACKATHON Public

    Create an AI assistant that eliminates the back-and-forth of meeting coordination by autonomously scheduling, rescheduling, and optimizing calendars.

    Python 1

  2. SDLC-AIAGENT_HACKATHON SDLC-AIAGENT_HACKATHON Public

    SDLC AI Agent is an AI-powered tool that streamlines the entire Software Development Lifecycle from requirements gathering to code generation and testing.

    Python 3 5

  3. movie_reservation_system movie_reservation_system Public

    A comprehensive cinema ticket reservation system built with FastAPI, implementing Clean Architecture and Domain-Driven Design principles. This project demonstrates modern backend development practi…

    Python

  4. agentic_rag_crewai agentic_rag_crewai Public

    A powerful Retrieval-Augmented Generation (RAG) system built with CrewAI that intelligently searches through documents and falls back to web search when needed. Features local LLM support with deep…

    Python

  5. crewai-lead-score-flow crewai-lead-score-flow Public

    This demonstrates how you can leverage Flows from crewAI to automate the process of scoring leads, including data collection, analysis, and scoring. By utilizing Flows, the process becomes much sim…

    HTML

  6. Trip_Planner-using_CrewAI Trip_Planner-using_CrewAI Public

    Trip Planner leverages the CrewAI framework to automate and enhance the trip planning experience, integrating a CLI, FASTAPI, and a user-friendly Streamlit interface.

    Python