Open to Opportunities

Satyam Prakash

I am a

Computer Science Engineering undergraduate focused on AI/ML research, full-stack systems, and robust developer tools. Currently developing LLM applications and local AI research agents.

guest@satyamos:~
Welcome to SatyamOS v1.0.0 (Interactive Shell)
Type 'help' to view all commands or click the action pills below.
$
My Background

About Me

Engineering the Future

I am a dedicated Computer Science student with a deep passion for building software systems that bridge advanced intelligence with premium interface design. My studies and projects focus on creating production-grade applications that address real-world challenges.

Focused on AI/ML Integration, I specialize in architecting **Retrieval-Augmented Generation (RAG)** platforms, multi-agent AI networks orchestrated via LangGraph, and optimized edge systems like speech synthesis.

Through intensive learning experiences at **NxtWave** and academic projects, I have hardened my skills in TypeScript, React, Python, FastAPI, React Native, and robust database backends.

AI & RAG Platforms
Full Stack Architecture
0GitHub Repos
0+Core Technologies
0+Commit Contributions
0Projects Completed

"Driven by clean code, interactive visual fidelity, and building local, privacy-first AI intelligence."

Academic & Experience Timeline

2025 - Present
Computer Science Engineering

Noida / College Degree Study

Focused on Core Computer Science principles, Advanced Data Structures, Algorithms, Software Engineering, and AI/ML foundations.

2025
Technical Specialization Study

NxtWave Intensive Program

Rigorous training in Full-Stack web architecture (MERN stack), React Native, mobile ecosystems, data scaling, and clean system design.

2025
Open Source Contributor

GitHub Communities

Contributing to local multi-modal integrations, developer tooling, and building open-source community packages.

My Ecosystem

Tech Stack & Expertise

LangGraph

Intermediate
Proficiency65%

RAG Systems

Intermediate
Proficiency70%

Ollama

Intermediate
Proficiency60%
skills.config.ts
1
2
3
4
5
6
7
8
9
import { LangGraph } from "@satyam/core";

// Skill Technical Spec Profile
export const spec = {
  name: "LangGraph",
  level: "Intermediate",
  proficiency: 65%,
  activeIn: ["Axion"]
};
Console Output
Click 'test_spec()' to execute automated tests.
My Creations

Featured Projects

Sort By:
Engineering Deep-Dive

IDE Case Studies

satyam-prakashsrc/case_studies/lumen_rag.py
Explorer
case_studies
lumen_rag.py
axion_agent.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import fitz # PyMuPDF
from fastapi import FastAPI, UploadFile
from celery import Celery
from chromadb import VectorStore

app = FastAPI()
celery = Celery("rag_tasks", broker="redis://localhost:6379/0")

@celery.task
def process_pdf_pipeline(file_path: str):
    # Asynchronous semantic chunking & embedding
    doc = fitz.open(file_path)
    chunks = []
    for page in doc:
        text = page.get_text("blocks")
        chunks.extend(semantic_split(text))
        
    embeddings = ollama.embed(model="nomic-embed-text", input=chunks)
    vector_db.store(embeddings, metadata={"source": file_path})
Enterprise PDF RAG Platform

Transform static documents into conversational knowledge engines

The Problem

Static PDFs house vast amounts of proprietary data that remain inaccessible to simple search mechanisms. Organizations need a way to extract context-rich, semantic answers from multi-page PDFs securely without exposing data to external networks.

Technical Solution

Built an asynchronous pipeline leveraging FastAPI, PyMuPDF, and local embedding extraction. Uploaded documents trigger a Celery task that splits files by semantic boundary hooks. Vectors are indexed into ChromaDB. The conversational engine injects similarity chunks directly into the LLM context window, returning answers complete with page reference tags.

Key Challenges & Solves

// 01

Handling massive PDF documents with multi-column layouts, tables, and complex headers/footers without mixing context.

// 02

Managing processing latency for chunk parsing and vector calculations on background threads.

// 03

Providing references to exact source pages to eliminate LLM hallucinations.

System Topology

1. PDF Upload2. FastAPI TaskSemantic Chunk3. Ollama EmbedExtract Vectors4. Vector DBChromaDB Store
PythonFastAPIChromaDBOllamaTailwind CSSReact
Open Source & Community

GitHub Contributions

Contribution Heatmap (2025/2026)

23 Public Repositories
Updated daily via Webhooks
Less
More
8Stars Earned
14Pull Requests
9Issues Solved
25Followers

Key Commit & PR Logs

Event-management-system-main
EventOne platform check-in logic

Optimized Socket.IO connections to support 500+ concurrent live check-ins.

attendance_mobile_app
Attendance mobile Telegram OAuth link

Developed custom authentication tokens issued by a Telegram bot to handle user dashboard logins.

Axion
LangGraph local Ollama routing

Implemented tool call fallbacks when local model inference output is poorly formatted.

My Journey & Validation

Experience & Certificates

Work & Community

GSSoC '26 Contributor

GirlScript Summer of CodePart-time

Profile
May 2026 - PresentRemote (AI Agents Track)

Contributing to open-source projects under the specialized AI Agents track. Developing and deploying intelligent automated agents and systems.

GSSoC Badge
GSSoC Badge

Member

Internet SocietyCommunity member

Jan 2026 - PresentNew Delhi, Delhi, India

Engaging in activities focused on internet governance, open standards, policy development, and digital inclusivity.

Outreach Head

Advanced Tech Club, NIAT DelhiLeadership role

Dec 2025 - PresentNoida, Uttar Pradesh, India

Leading tech outreach initiatives, organizing technical events, workshops, and fostering community collaborations around emerging technologies.

Verified Credentials

R

Apertre3.0

Resourcio CommunityIssued Jan 2026

Credential ID: 0db1d440-6f89-47bb-b940-c7a72c6793f5
Verified Skills
Community Event ParticipationTechnical Networking
ResourcioOfficial CertificateApertre 3.0Presented to Satyam Prakash
GDG

HackFest-Cert

GDG Cloud New DelhiIssued Nov 2025

Credential ID: CERT-B6C41AC0-0473-49E6
Verified Skills
Text-to-Speech SynthesisWeb DevelopmentGoogle Cloud PlatformHackathon Integration
Google Developer GroupsCertificate of ParticipationHACKFESTSatyam Prakash
H

CS50x

Harvard UniversityIssued Oct 2025

Credential ID: 52884cb1-efe3-4c12-b780-f014ff2a9bc5
Verified Skills
FlaskWeb DevelopmentPythonC ProgrammingSQLData StructuresAlgorithmsSoftware Engineering
HarvardXThis is to certify thatSatyam PrakashCS50x: Introduction to Computer Science

Loading dashboard metrics...

Connect With Me

Get In Touch

Let's build something extraordinary

I am open to internships, open-source projects, or technical collaborations. If you have an idea, a question, or just want to chat, fill out the form or reach out directly on social media.