From db4f6717095df3f04113b8c8214a4ee84750eb61 Mon Sep 17 00:00:00 2001 From: SUDIP MONDAL Date: Tue, 2 Jun 2026 13:55:31 +0530 Subject: [PATCH 1/4] Add Amplitron project to SSoC26 projects list --- 1780388656422-projects.json | 155 ++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 1780388656422-projects.json diff --git a/1780388656422-projects.json b/1780388656422-projects.json new file mode 100644 index 0000000..ec42cc8 --- /dev/null +++ b/1780388656422-projects.json @@ -0,0 +1,155 @@ +[ + { + "owner": "jpdevhub", + "repo": "Agronavis-AI-Farm-Assistant", + "projectName": "Agronavis-AI-Farm-Assistant", + "description": "AgroNavis is an AI-powered farm intelligence platform that helps farmers detect crop diseases early, reduce input costs, and maximize yield using personalized, data-driven decisions.", + "techStack": [ + "Next.js 14", + "TypeScript", + "Express.js", + "Supabase", + "PyTorch" + ], + "adminName": "Karan Singh", + "linkedIn": "https://www.linkedin.com/in/karansingh-rathorecs" + }, + { + "owner": "vmDeshpande", + "repo": "ai-agent-automation", + "projectName": "AI Agent Automation Platform", + "description": "Local-first AI workflow automation platform with visual builders, memory, RAG, branching, tools, and multi-provider LLM execution.", + "techStack": [ + "Node.js", + "Express.js", + "Next.js", + "React", + "MongoDB", + "TypeScript", + "JavaScript", + "Puppeteer", + "Ollama", + "Docker", + "Cron Jobs", + "REST API", + "RAG", + "AI Workflow Orchestration", + "Vector Embeddings" + ], + "adminName": "Vedant Milind Deshpande", + "linkedIn": "https://linkedin.com/in/vedant-devv", + "mentors": [ + { + "name": "Advait Kulkarni", + "linkedIn": "https://www.linkedin.com/in/advaitkulkarni006" + } + ] + }, + { + "owner": "sudip-mondal-2002", + "repo": "Amplitron", + "projectName": "Amplitron", + "description": "Real-time guitar amplifier simulator with ultra-low latency, 16 studio-quality effects, and cross-platform support for desktop, Android, iOS, and web.", + "techStack": [ + "C++17", + "PortAudio", + "SDL2", + "Dear ImGui", + "OpenGL", + "CMake" + ], + "adminName": "Sudip Mondal", + "linkedIn": "https://www.linkedin.com/in/sudipmondal2002", + "mentors": [ + { + "name": "Mohit Bareja", + "linkedIn": "https://www.linkedin.com/in/mohit-bareja-ab842422b/" + } + ] + }, + { + "owner": "roshankumar0036singh", + "repo": "auth-server", + "projectName": "Auth Server", + "description": "Production-ready Go authentication microservice with OAuth 2.0, MFA, RBAC, JWT rotation, Redis caching, and PostgreSQL support.", + "techStack": ["Go", "Gin", "PostgreSQL", "Redis", "Docker"], + "adminName": "Roshan Singh", + "linkedIn": "https://www.linkedin.com/in/roshan-singh-3704392b4/", + "mentors": [ + { + "name": "Rehan Shaikh", + "linkedIn": "https://www.linkedin.com/in/rehanshaikh2702" + }, + { + "name": "Joyprakash Kalita", + "linkedIn": "https://linkedin.com/in/joyprakashkalita" + } + ] + }, + { + "owner": "imanchalsingh", + "repo": "collegems", + "projectName": "College Management System", + "description": "A feature-rich College Management System built using React.js and Express.js.\nThis project is designed for academic use, real-world learning, and full-stack skill enhancement.", + "techStack": [ + "React", + "Typescript", + "Tailwind CSS", + "MongoDB", + "Mongoose", + "Node.js", + "Express.js" + ], + "adminName": "Anchal Singh", + "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" + }, + { + "owner": "imanchalsingh", + "repo": "File-Sharing-System", + "projectName": "File Sharing System", + "description": "A File Sharing System built using the MERN stack (MongoDB, Express, React, Node.js) with Cloudinary integration for handling file URLs. This project is part of my practice and learning, selected from the college project list.", + "techStack": [ + "React", + "Typescript", + "Tailwind CSS", + "MongoDB", + "Mongoose", + "Node.js", + "Express.js" + ], + "adminName": "Anchal Singh", + "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" + }, + { + "owner": "jpdevhub", + "repo": "FreshScanAi", + "projectName": "FreshScanAi", + "description": "Real-time fish freshness assessment using Edge AI — ensure consumer safety, vendor transparency, and minimize food waste.", + "techStack": [ + "TypeScript", + "Python 3.12", + "PyTorch", + "Supabase", + "Hugging Face Spaces" + ], + "adminName": "Karan Singh", + "linkedIn": "https://www.linkedin.com/in/karansingh-rathorecs" + }, + { + "owner": "imanchalsingh", + "repo": "parkfinder", + "projectName": "Parking Slot Management System", + "description": "SmartPark is a full-stack MERN-based parking management system designed to solve real-world urban parking challenges. It provides real-time parking slot availability, smart booking, and a powerful admin dashboard with a clean and responsive user experience.", + "techStack": [ + "React", + "Typescript", + "Tailwind CSS", + "MongoDB", + "Mongoose", + "Node.js", + "Express.js" + ], + "adminName": "Anchal Singh", + "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" + } +] From e38d012a5bdd20d8a16b3ff62ef6b9beeac1852d Mon Sep 17 00:00:00 2001 From: SUDIP MONDAL Date: Tue, 2 Jun 2026 14:08:36 +0530 Subject: [PATCH 2/4] Add Amplitron project to SSoC26 projects list Added new project 'Amplitron' with details including tech stack and mentors. --- projects.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/projects.json b/projects.json index a3d2dea..ec42cc8 100644 --- a/projects.json +++ b/projects.json @@ -45,6 +45,28 @@ } ] }, + { + "owner": "sudip-mondal-2002", + "repo": "Amplitron", + "projectName": "Amplitron", + "description": "Real-time guitar amplifier simulator with ultra-low latency, 16 studio-quality effects, and cross-platform support for desktop, Android, iOS, and web.", + "techStack": [ + "C++17", + "PortAudio", + "SDL2", + "Dear ImGui", + "OpenGL", + "CMake" + ], + "adminName": "Sudip Mondal", + "linkedIn": "https://www.linkedin.com/in/sudipmondal2002", + "mentors": [ + { + "name": "Mohit Bareja", + "linkedIn": "https://www.linkedin.com/in/mohit-bareja-ab842422b/" + } + ] + }, { "owner": "roshankumar0036singh", "repo": "auth-server", From 42fbd7c32a0d93fcffb7304f54ccbd01d75a2c54 Mon Sep 17 00:00:00 2001 From: SUDIP MONDAL Date: Tue, 2 Jun 2026 14:10:07 +0530 Subject: [PATCH 3/4] Remove incorrectly named file --- 1780388656422-projects.json | 155 ------------------------------------ 1 file changed, 155 deletions(-) delete mode 100644 1780388656422-projects.json diff --git a/1780388656422-projects.json b/1780388656422-projects.json deleted file mode 100644 index ec42cc8..0000000 --- a/1780388656422-projects.json +++ /dev/null @@ -1,155 +0,0 @@ -[ - { - "owner": "jpdevhub", - "repo": "Agronavis-AI-Farm-Assistant", - "projectName": "Agronavis-AI-Farm-Assistant", - "description": "AgroNavis is an AI-powered farm intelligence platform that helps farmers detect crop diseases early, reduce input costs, and maximize yield using personalized, data-driven decisions.", - "techStack": [ - "Next.js 14", - "TypeScript", - "Express.js", - "Supabase", - "PyTorch" - ], - "adminName": "Karan Singh", - "linkedIn": "https://www.linkedin.com/in/karansingh-rathorecs" - }, - { - "owner": "vmDeshpande", - "repo": "ai-agent-automation", - "projectName": "AI Agent Automation Platform", - "description": "Local-first AI workflow automation platform with visual builders, memory, RAG, branching, tools, and multi-provider LLM execution.", - "techStack": [ - "Node.js", - "Express.js", - "Next.js", - "React", - "MongoDB", - "TypeScript", - "JavaScript", - "Puppeteer", - "Ollama", - "Docker", - "Cron Jobs", - "REST API", - "RAG", - "AI Workflow Orchestration", - "Vector Embeddings" - ], - "adminName": "Vedant Milind Deshpande", - "linkedIn": "https://linkedin.com/in/vedant-devv", - "mentors": [ - { - "name": "Advait Kulkarni", - "linkedIn": "https://www.linkedin.com/in/advaitkulkarni006" - } - ] - }, - { - "owner": "sudip-mondal-2002", - "repo": "Amplitron", - "projectName": "Amplitron", - "description": "Real-time guitar amplifier simulator with ultra-low latency, 16 studio-quality effects, and cross-platform support for desktop, Android, iOS, and web.", - "techStack": [ - "C++17", - "PortAudio", - "SDL2", - "Dear ImGui", - "OpenGL", - "CMake" - ], - "adminName": "Sudip Mondal", - "linkedIn": "https://www.linkedin.com/in/sudipmondal2002", - "mentors": [ - { - "name": "Mohit Bareja", - "linkedIn": "https://www.linkedin.com/in/mohit-bareja-ab842422b/" - } - ] - }, - { - "owner": "roshankumar0036singh", - "repo": "auth-server", - "projectName": "Auth Server", - "description": "Production-ready Go authentication microservice with OAuth 2.0, MFA, RBAC, JWT rotation, Redis caching, and PostgreSQL support.", - "techStack": ["Go", "Gin", "PostgreSQL", "Redis", "Docker"], - "adminName": "Roshan Singh", - "linkedIn": "https://www.linkedin.com/in/roshan-singh-3704392b4/", - "mentors": [ - { - "name": "Rehan Shaikh", - "linkedIn": "https://www.linkedin.com/in/rehanshaikh2702" - }, - { - "name": "Joyprakash Kalita", - "linkedIn": "https://linkedin.com/in/joyprakashkalita" - } - ] - }, - { - "owner": "imanchalsingh", - "repo": "collegems", - "projectName": "College Management System", - "description": "A feature-rich College Management System built using React.js and Express.js.\nThis project is designed for academic use, real-world learning, and full-stack skill enhancement.", - "techStack": [ - "React", - "Typescript", - "Tailwind CSS", - "MongoDB", - "Mongoose", - "Node.js", - "Express.js" - ], - "adminName": "Anchal Singh", - "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" - }, - { - "owner": "imanchalsingh", - "repo": "File-Sharing-System", - "projectName": "File Sharing System", - "description": "A File Sharing System built using the MERN stack (MongoDB, Express, React, Node.js) with Cloudinary integration for handling file URLs. This project is part of my practice and learning, selected from the college project list.", - "techStack": [ - "React", - "Typescript", - "Tailwind CSS", - "MongoDB", - "Mongoose", - "Node.js", - "Express.js" - ], - "adminName": "Anchal Singh", - "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" - }, - { - "owner": "jpdevhub", - "repo": "FreshScanAi", - "projectName": "FreshScanAi", - "description": "Real-time fish freshness assessment using Edge AI — ensure consumer safety, vendor transparency, and minimize food waste.", - "techStack": [ - "TypeScript", - "Python 3.12", - "PyTorch", - "Supabase", - "Hugging Face Spaces" - ], - "adminName": "Karan Singh", - "linkedIn": "https://www.linkedin.com/in/karansingh-rathorecs" - }, - { - "owner": "imanchalsingh", - "repo": "parkfinder", - "projectName": "Parking Slot Management System", - "description": "SmartPark is a full-stack MERN-based parking management system designed to solve real-world urban parking challenges. It provides real-time parking slot availability, smart booking, and a powerful admin dashboard with a clean and responsive user experience.", - "techStack": [ - "React", - "Typescript", - "Tailwind CSS", - "MongoDB", - "Mongoose", - "Node.js", - "Express.js" - ], - "adminName": "Anchal Singh", - "linkedIn": "https://www.linkedin.com/in/imanchalsingh/" - } -] From 5d141dc950a76131009746cff0c579a963cc68da Mon Sep 17 00:00:00 2001 From: SUDIP MONDAL Date: Tue, 2 Jun 2026 22:09:36 +0530 Subject: [PATCH 4/4] Update tech stack for Amplitron project Removed unused tech stack items from Amplitron project. --- projects.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/projects.json b/projects.json index ec42cc8..ec8fd07 100644 --- a/projects.json +++ b/projects.json @@ -52,11 +52,8 @@ "description": "Real-time guitar amplifier simulator with ultra-low latency, 16 studio-quality effects, and cross-platform support for desktop, Android, iOS, and web.", "techStack": [ "C++17", - "PortAudio", - "SDL2", - "Dear ImGui", - "OpenGL", - "CMake" + "Audio Processing", + "Dear ImGui" ], "adminName": "Sudip Mondal", "linkedIn": "https://www.linkedin.com/in/sudipmondal2002",