Skip to content
View santosh374maker's full-sized avatar

Block or report santosh374maker

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

๐Ÿ‘‹ Welcome to My GitHub


Portfolio

LinkedIn

Email


๐Ÿ’ซ About Me

class SantoshAchary:

    def __init__(self):

        self.role = "AI/ML Engineer"

        self.location = "India ๐Ÿ‡ฎ๐Ÿ‡ณ"

        self.languages = [
            "Python",
            "SQL"
        ]

        self.specialization = [
            "Machine Learning",
            "Deep Learning",
            "Generative AI",
            "LLMs",
            "RAG",
            "Agentic AI"
        ]

        self.backend = [
            "FastAPI",
            "Flask",
            "REST APIs",
            "Streamlit"
        ]

        self.mlops = [
            "Docker",
            "Git",
            "GitHub Actions",
            "MLflow",
            "CI/CD"
        ]

        self.currently_learning = [
            "MCP",
            "Advanced RAG",
            "AI Engineering",
            "Distributed AI Agents"
        ]

        self.life_philosophy = "Build AI that solves real-world problems."

me = SantoshAchary()

๐Ÿš€ Current Focus

  • ๐Ÿค– Building Production Ready AI Applications

  • ๐Ÿง  Developing Multi-Agent AI Systems

  • โšก Designing FastAPI Backend APIs

  • ๐Ÿ“š Learning Advanced LLM Engineering

  • ๐Ÿš€ Exploring MCP & AI Agents

  • ๐Ÿ’ผ Open to AI/ML Engineer Opportunities


๐Ÿ›  Tech Stack

๐Ÿ‘จโ€๐Ÿ’ป Languages


๐Ÿค– Machine Learning


๐Ÿง  Generative AI


โš™๏ธ Backend Development


๐Ÿ—„ Databases


โ˜๏ธ DevOps


๐Ÿš€ Featured Projects

๐Ÿ’ณ Finance Anomaly Detector

AI-powered Financial Fraud Detection Platform

โœ” Isolation Forest

โœ” Explainable AI

โœ” JWT Authentication

โœ” Docker Deployment

โœ” PostgreSQL

โœ” FastAPI

โœ” React

โœ” CI/CD


๐Ÿค– Agentic Data Scientist

Autonomous AI System for End-to-End Machine Learning

โœ” Multi-Agent Architecture

โœ” CrewAI

โœ” FastAPI

โœ” React

โœ” WebSocket

โœ” XGBoost

โœ” LightGBM

โœ” Automated Model Selection


๐ŸŒŒ Black Hole AI Assistant

Domain-Specific Retrieval-Augmented Generation System

โœ” LangChain

โœ” FAISS

โœ” LLMs

โœ” Semantic Search

โœ” FastAPI

โœ” Vector Database


๐Ÿ“ˆ Contribution Graph


๐ŸŒ Connect With Me


๐Ÿ’ญ Quote I Live By

"Artificial Intelligence is not about replacing humans; it's about amplifying human potential through intelligent systems."


โญ Thanks for visiting my profile!

If you like my work, consider giving a โญ to my repositories.

Pinned Loading

  1. hackathon-NareshIT/finance-anomaly-detector hackathon-NareshIT/finance-anomaly-detector Public

    Millions of people in India lose money to unnoticed fraudulent transactions, billing errors, and impulsive overspending โ€” simply because manually reviewing every bank transaction is tedious and impโ€ฆ

    JavaScript

  2. Agentic_Data_Scientist Agentic_Data_Scientist Public

    Autonomous multi-agent Data Science pipeline โ€” upload a CSV, get a trained model, EDA charts, and an executive report. Zero manual intervention. Built with CrewAI ยท FastAPI ยท React ยท XGBoost ยท WebSโ€ฆ

    Python 1

  3. Mediscan-AI Mediscan-AI Public

    AI-powered blood report analyzer: hybrid RAG (BM25 + FAISS + reranking), hybrid regex+LLM extraction, and 4 specialist XGBoost risk models behind a coverage-gated router. FastAPI backend, JWT auth,โ€ฆ

    Python