Skip to content
View sidcodes2727's full-sized avatar
😎
chill
😎
chill

Highlights

  • Pro

Block or report sidcodes2727

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

Hi there

Typing SVG

sid@github:~$ node about.js
const dev = {
  name: "Siddhant Salunke",
  location: "Mumbai, India",
  status: "Building cool stuff and learning AI",
  motto: "Code. Break. Fix. Repeat. | Game when I can."
};

console.log(`Hey! I'm ${dev.name}`);
console.log(`Location: ${dev.location}`);
console.log(`Status: ${dev.status}`);
console.log(`Motto: ${dev.motto}`);

Output:

Hey! I'm Siddhant Salunke
Location: Mumbai, India
Status: Building cool stuff
Motto: Code. Break. Fix. Repeat. | Game when I can.

Pinned Loading

  1. EcoWatch EcoWatch Public

    EcoWatch: AI-Powered Smart Waste Monitoring System A full-stack, real-time waste management platform for campuses. Uses Gemini Vision AI for waste analysis, predictive overflow detection, and dynam…

    JavaScript 1

  2. FloatChat FloatChat Public

    FloatChat is an autonomous AI data pipeline that democratizes oceanography. It leverages an MCP-driven LLM orchestration layer with local vector semantics to translate natural language into complex…

    JavaScript 1

  3. LabTrack LabTrack Public

    A scalable, real-time asset management ecosystem for educational institutions. LabTrack seamlessly integrates contextual visual reporting, role-based access control (RBAC), and AI-assisted task del…

    JavaScript 3

  4. ChillShell ChillShell Public

    Linux CLI Safety Advisor: A production-ready app that analyzes Linux commands in real-time. It provides deterministic risk scoring (0-100), blast radius estimation, safer alternatives, and a learni…

    Python

  5. NeuroFlow NeuroFlow Public

    NeuroFlow is an AI-powered cognitive scheduling engine that transforms goals into actionable workflows. By leveraging Groq LLMs and energy-aware heuristics, it optimizes deep-work sessions, mitigat…

    TypeScript 1

  6. FinTrack FinTrack Public

    FinTrack is an asynchronous full-stack personal finance platform engineered with a decoupled React/FastAPI architecture. It features a custom Neobrutalist UI, hybrid Google OAuth authentication, an…

    TypeScript