Sidessh More

Hi, I'm
Sidessh More

Innovating Solutions with passionate development

About Me

I'm a grad student at Arizona State University pursuing my MS in Computer Science with a perfect 4.0 GPA. I did my undergrad in AI & Data Science from the University of Mumbai, and since then I've been hooked on building things that sit at the intersection of software engineering and machine learning.

Currently, I work as a Research Aide at ASU, where I build production FastAPI microservices with RAG pipelines using LangChain and FAISS. Outside of work, I love shipping side projects — from a referral platform with 1,800+ users to an ML-powered water footprint tracker downloaded in 50+ countries. I get a kick out of taking an idea from zero to production and seeing real people use it.

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
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 Highlight

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 Highlight

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 Highlight

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.

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 Highlight

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.

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 Highlight

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 Highlight

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.