Sidessh More

Hi, I'm
Sidessh More

Innovating Solutions with passionate development

About Me

I'magradstudentatArizonaStateUniversitypursuingmyMSinComputerSciencewithaperfect4.0GPA.IdidmyundergradinAI&DataSciencefromtheUniversityofMumbai,andsincethenI'vebeenhookedonbuildingthingsthatsitattheintersectionofsoftwareengineeringandmachinelearning.

Currently,IworkasaResearchAideatASU,whereIbuildproductionFastAPImicroserviceswithRAGpipelinesusingLangChainandFAISS.Outsideofwork,Iloveshippingsideprojectsfromareferralplatformwith1,800+userstoanML-poweredwaterfootprinttrackerdownloadedin50+countries.Igetakickoutoftakinganideafromzerotoproductionandseeingrealpeopleuseit.

MS in Computer Science

Arizona State University

GPA: 4.0/4.0

Based in Tempe, AZ

Originally from Mumbai, India

Research Aide @ ASU

Building RAG pipelines & microservices

Full-Stack + AI/ML

From Flutter apps to ML models

GitHub Contributions

GitHub Contribution Snake Animation

Technical Skills

Python
TypeScript
JavaScript
Dart
C++
Flutter
React
Next.js
Tailwind
Node.js
Express
FastAPI
Django
PostgreSQL
Supabase
MongoDB
Firebase
Python
TypeScript
JavaScript
Dart
C++
Flutter
React
Next.js
Tailwind
Node.js
Express
FastAPI
Django
PostgreSQL
Supabase
MongoDB
Firebase
Redis
TensorFlow
LangChain
Hugging Face
OpenAI
Pandas
NumPy
Streamlit
Docker
AWS
Vercel
Render
Git
GitHub
Jupyter
Postman
Figma
Redis
TensorFlow
LangChain
Hugging Face
OpenAI
Pandas
NumPy
Streamlit
Docker
AWS
Vercel
Render
Git
GitHub
Jupyter
Postman
Figma

Experience

December 2025 - Present
CIS Research Aide
Arizona State University
Arizona State University logo
  • Built production FastAPI microservices with RAG pipeline using LangChain and FAISS vector database, deployed on AWS Lambda with CI/CD via GitHub Actions to handle 500+ concurrent queries daily
  • Engineered chat-history retrieval system with PostgreSQL backend implementing connection pooling and Redis caching layer, reducing average query latency from 800ms to 320ms (60% improvement)
September 2024 - March 2025
Software Development Intern
Ayuarogya Saukhyam Foundation
Ayuarogya Saukhyam Foundation logo
  • Created cross-platform mobile application using Flutter and Supabase, implementing OAuth 2.0 authentication with Google Sign-In and real-time data synchronization serving 300+ users across rural India
  • Designed accessible UI with multi-language support (English, Hindi, Marathi) and voice navigation using Flutter TTS/STT, reducing onboarding completion time from 8 minutes to 5 minutes (40% improvement)
June 2023 - August 2023
Python Development Intern
Digibranders Private Limited • Mumbai
Digibranders Private Limited logo
  • Developed RESTful APIs for ERP system using Django REST Framework with Redis caching and Celery for async task processing, handling 50K+ daily requests with average response time of 60ms
  • Optimized PostgreSQL queries by adding composite indices on frequently-joined columns and refactoring Django ORM queries to use select_related/prefetch_related, reducing report generation time from 45 seconds to 6 seconds

Featured Projects

ADAPT-SQL icon

ADAPT-SQL

State-of-the-art Text-to-SQL system achieving 93.7% execution accuracy on the Spider benchmark using fully local LLM processing, outperforming GPT-4 based approaches like DAIL-SQL and DIN-SQL.

PythonFAISSLangChainOllamaStreamlitPostgreSQL
93.7%Spider Accuracy
100%Valid SQL Rate
0vs DAIL-SQL
ADAPT-SQL preview
Architected dual-similarity retrieval system using FAISS with nomic-embed-text embeddings, combining semantic search and keyword matching to achieve 93.7% execution accuracy on Spider 1.0 benchmark
Implemented three-layer schema linking with fuzzy matching and LLM semantic analysis, reducing schema errors by 40% compared to single-layer approaches
Built adaptive complexity routing that classifies query difficulty and routes to specialized generators — Easy queries: 96.1%, Nested complex: 88.4% accuracy
Integrated validation-feedback retry mechanism that automatically recovers 15%+ of initially incorrect predictions with zero API costs via local Qwen3-Coder

Technical Deep-Dive

11-step pipeline spanning schema linking, complexity classification, similarity search, adaptive SQL generation, and validation-feedback retry. Achieves 93.7% execution accuracy on Spider 1.0 using fully local Qwen3-Coder via Ollama — no API costs, outperforming GPT-4 based DAIL-SQL (86.6%) by 7.1 points.

Referrlyy icon

Referrlyy

Referral networking platform connecting job seekers with employees at top companies. Built cross-platform mobile app and web portal for seamless referral management.

FlutterNode.jsPostgreSQLNext.jsRender
0+Installs
#1Product of Week
0Monthly Active
Referrlyy preview
Developed Flutter mobile app with Node.js backend and Next.js web portal for referral management
Engineered PostgreSQL database with optimized queries for real-time application tracking and status updates
Implemented RESTful APIs with JWT authentication and role-based access for seekers and referrers
Drove 3,600+ website visitors and 200 monthly active users through SEO and app store optimization

Technical Deep-Dive

Built end-to-end referral workflow with PostgreSQL for data persistence, Node.js/Express for API layer with request validation middleware, and Flutter using BLoC pattern for state management. Deployed on Render with automated CI/CD pipelines.

BoltPrep icon

BoltPrep

AI-powered mock interview app with real-time speech-to-text, intelligent answer evaluation, and personalized feedback to help users ace their interviews.

FlutterDeepgramGemini APISupabaseRazorpay
0+Users
#2Product of Week
0+Upvotes
BoltPrep preview
Integrated Deepgram speech-to-text API with <300ms latency for seamless voice transcription
Built LLM evaluation system using Gemini API to analyze and score interview responses
Implemented Supabase backend with real-time subscriptions for leaderboards and session tracking
Added Razorpay payment integration for premium subscription management and monetization

Technical Deep-Dive

Engineered low-latency audio pipeline combining Deepgram streaming STT with Gemini API for contextual answer evaluation. Used Riverpod for state management with caching strategies to minimize API calls while maintaining real-time responsiveness.

CaseTrack icon

CaseTrack

WiCS × OpHack 2026

AI-powered case management platform for nonprofits — voice-to-notes, photo-to-intake, semantic search, and automated funder report generation across 99 languages.

Next.jsTypeScriptSupabaseGemini 2.5 FlashElevenLabs
WinnerWiCS × OpHack 2026
24hrsBuilt in
0AI Features
CaseTrack preview
Built 7 AI capabilities — photo-to-intake, voice-to-notes, semantic search, funder report generation, AI handoff summaries, smart follow-up detection, and multilingual support across 99 languages
Deployed all core features within 24 hours with operational cost under $20/month at scale
Implemented row-level security across 13 database tables for multi-tenant data isolation
Built PWA support for field workers with offline-first architecture using pgvector for semantic search

Technical Deep-Dive

Integrated Google Gemini 2.5 Flash for document processing and report generation, ElevenLabs Scribe for voice transcription, and pgvector for semantic case search. Row-level security across 13 tables ensures complete multi-tenant data isolation.

Aqua Trace icon

Aqua Trace

ML-powered water footprint calculator that uses image recognition to identify food items and track daily water consumption with environmental impact insights.

FlutterTensorFlow LiteMobileNetFirebase
0+Downloads
0+Countries
0+PH Upvotes
Aqua Trace preview
Trained MobileNet CNN on 6,000+ images achieving 91% accuracy across 42 food categories
Deployed on-device ML inference using TensorFlow Lite with INT8 quantization for fast predictions
Built Firebase backend with Firestore for user data persistence and Cloud Functions for analytics
Reached users in 50+ countries with localized water footprint data and consumption tracking

Technical Deep-Dive

Applied transfer learning on MobileNet V2 with custom classification head, using data augmentation techniques to achieve 92% accuracy. Converted model to TFLite with quantization for efficient mobile inference under 100ms.

Waste2Wealth icon

Waste2Wealth

LA Hacks 2026

Turn trash into cash — report litter, clean it up, get paid in Solana. A full 3-sided crypto economy with AI photo verification and World ID fraud prevention, built in 36 hours.

React NativeExpoFastAPISolanaCloudinary AISupabase
WinnerLA Hacks 2026
36hrsBuilt in
0Team size
Waste2Wealth preview
Built a 3-sided crypto economy — reporters earn 0.01 SOL, cleaners earn 0.10 SOL, verifiers earn 0.005 SOL per completed cleanup
Integrated 5 Cloudinary AI surfaces for photo verification to detect valid litter reports and prevent fraud
Implemented World ID authentication (IDKit) to ensure one-human-one-account and prevent bot abuse
Used Supabase + PostGIS for geospatial mapping and real-time push notifications for nearby cleanup tasks

Technical Deep-Dive

Built a full blockchain payment loop on Solana devnet — reporter photographs garbage, AI verifies authenticity via Cloudinary, cleaner uploads after photo, community verifies, and all three parties receive automatic SOL payments. Entire cycle runs in under 2 minutes.

Mili icon

Mili

AI mental health companion built at SunHacks 2024 featuring voice-enabled conversations, mood tracking, and personalized wellness insights.

FlutterGemini APISupabaseElevenLabsNext.js
SunHacks2024 Project
48hrsBuilt in
0+Views
Mili preview
Built context-aware chatbot using Gemini API with conversation summarization to optimize token usage
Implemented sentiment analysis for mood tracking and crisis detection with appropriate responses
Created mood analytics dashboard with PostgreSQL aggregations and Chart.js visualizations
Integrated ElevenLabs TTS for natural voice responses with emotion-aware synthesis

Technical Deep-Dive

Designed efficient context management by chunking conversations into summaries before LLM calls, reducing token consumption by 60% while preserving conversational continuity. Built mood tracking with PostgreSQL time-series queries for trend analysis.

Auto EDA icon

Auto EDA

Automated exploratory data analysis tool that generates comprehensive visualizations, statistical summaries, and insights from any dataset with minimal configuration.

PythonStreamlitPandasPlotlyNumPy
70%Time Saved
0+Users
0+Analyses
Auto EDA preview
Built dynamic visualization engine that auto-selects optimal chart types based on data characteristics
Implemented automated statistics including correlation matrices, distributions, and outlier detection
Added intelligent data cleaning with missing value handling and type inference
Designed exportable reports with comprehensive insights and interactive visualizations

Technical Deep-Dive

Built modular analysis pipeline using Pandas for data profiling, automatically detecting numeric/categorical columns and applying appropriate statistical tests. Implemented Streamlit caching for efficient handling of large datasets.