Skip to content
View Neloy-Barman's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report Neloy-Barman

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

Typing SVG

Profile Views

ย  About Me

from typing import List
from dataclasses import dataclass, field
@dataclass
class Developer:
    name: str = "Neloy Barman"
    title: List = [
        "Agentic AI Engineer",
        "n8n Automation Specialist",
        "Chatbot Developer",
    ]
    languages: List = ["Python", "JavaScript", "Java", "Dart", "C"]
    core_focus: str = "Agentic AI & LLM Orchestration"
    currently_on: List = field(
        default_factory=lambda: [
            "โ–ถ Advanced Agentic Systems",
            "โ–ถ n8n Automation Pipelines",
            "โ–ถ Multi-Platform AI Deployment",
        ]
    )
    ask_me: str = "LLMs, Chatbots, AI Agents, RAG, Voice AI & Automation"
    fun_fact: str = "I turn coffee into AI pipelines โ˜•๐Ÿค–"

    def say_hi(self) -> str:
        return "๐Ÿš€ Let's build something intelligent together!"
me = Developer()
me.say_hi()

๐ŸŽ“ CS graduate who explored AI from the ground up โ€” from academic projects to production-grade solutions. Started as an Associate Flutter Developer, leveled up through an advanced ML apprenticeship, and now building enterprise-grade AI Agents, Chatbots and Automation systems that actually ship. ๐Ÿ› ๏ธ

ย  What I Build



Text Chatbots ยท Voice Bots
RAG ยท Multi-Platform


LangChain ยท LangGraph
Tool Use ยท Multi-Agent


LiveKit ยท Deepgram
ElevenLabs ยท AssemblyAI


n8n Workflows ยท REST APIs
CI/CD ยท Cloud Serverless

ย  Featured Projects



๐Ÿ”— AI-Powered Customer Feedback Automation
End-to-end feedback processing with AI analysis & intelligent routing



๐Ÿ”— Affiliate Submission Hub
Automated form-to-sheets routing with smart affiliate management



๐ŸŸ Interpretable Bengali Fish Recognizer
Multi-class fish image classification with Grad-CAM explainability



๐Ÿ›’ Daraz 11.11 Top Selling Product Data Analysis
E-commerce data scraping, cleaning & interactive Tableau dashboard analysis

ย  Tech Arsenal

๐Ÿ•ต๏ธ Agentic AI & LLM Orchestration

๐Ÿ”Œ AI Platforms & Inference APIs

๐Ÿค– LLM Models & Providers

Provider Models
claude-3-5-sonnet ยท claude-3-5-haiku
gpt-oss-20b ยท gpt-4o-mini ยท whisper-large-v3-turbo
gemini-flash-latest ยท gemini-flash-lite-latest
llama-3.1-8b-instant ยท llama-3.2-3b-instruct
qwen/qwen3-4b ยท qwen2-vl-7b-instruct
phi-3.5-mini-instruct

โš™๏ธ Automation & Integration

๐Ÿงฉ Vector Databases & Semantic Search

๐Ÿ  Local LLM Hosting

๐Ÿ’ฌ Messaging & Bot Platforms

๐Ÿ—ฃ๏ธ Voice, Speech & Conversational AI

๐Ÿ’ป Programming Languages

๐Ÿ”ง Backend & API Development

โ˜๏ธ Cloud & Serverless Services

๐Ÿ—„๏ธ Databases

๐Ÿง  AI / ML & Data Science

๐Ÿ“ฑ Frontend & Mobile Development

๐Ÿ› ๏ธ DevOps & Infrastructure

๐Ÿ““ Dev Environments & Notebooks

๐Ÿ“ Documentation & Design

ย  GitHub Statistics

GitHub Streak Contribution Graph

ย  Let's Build Together

Typing SVG
ย  ย 

Pinned Loading

  1. AI-Powered-Customer-Feedback-Automation AI-Powered-Customer-Feedback-Automation Public

    Automatically analyze customer feedback using AI and route it to the right team channels โ€” eliminating manual triage and enabling real-time sentiment tracking.

    1

  2. Interpretable-Bengali-Fish-Recognizer Interpretable-Bengali-Fish-Recognizer Public

    Collecting fish image data, after training classifiers grad-cam is applied for the prediction interpretation

    Jupyter Notebook 1

  3. Affiliate-Submission-Hub-Form-to-Sheets-Automation Affiliate-Submission-Hub-Form-to-Sheets-Automation Public

    Automatically capture affiliate lead submissions and route them to dedicated Google Sheets โ€” with zero manual effort.

  4. Scientific-Paper-Keywords-Categorization Scientific-Paper-Keywords-Categorization Public

    Scraping paper data, preprocessed and trained using BERT variants, deployment and an integration to website

    Jupyter Notebook 2 1

  5. Daraz-11.11-Top-Selling-Product-Data-Analysis Daraz-11.11-Top-Selling-Product-Data-Analysis Public

    Scraping and performing an analysis on the daraz product sale data

    Jupyter Notebook 3 2

  6. XAI-OSCC-Detection XAI-OSCC-Detection Public

    This contains some tiny details about building a XAI based OSCC detection system