Sina Bolouri

Project 01 / 10

Axiomizer

An interactive research learning platform that transforms scientific papers into first-principles explanations, visual learning flows, quizzes, and simulations.

ideaFull StackEducationResearchKnowledge ManagementAI

Details

Axiomizer

Highlights

  • Transforms research papers into interactive slide-based learning experiences
  • Focuses on first-principles understanding rather than simple summarization
  • Planned support for quizzes, simulations, and visual explanations
  • Designed to support future AI coaching and personalized learning
  • Built as a long-term research and portfolio platform
DjangoPostgreSQLHTMXDjango TemplatesPythonDockerTailwind CSSGemini API (planned)

Project 02 / 10

Bestpicky

Bestpicky is a minimalist product decision platform for finding the best products faster through structured comparisons, review intelligence, and AI-guided recommendations.

ideaFull StackAIProduct DiscoverySEOAffiliate

Details

Bestpicky

Highlights

  • Planned as a dual-mode product platform with curated SEO pages and an AI recommendation tab
  • MVP stack is Next.js and Vercel, with AWS reserved for later migration if needed
  • First MVP category is office chairs due to broad demand and strong comparison intent
  • Brand direction chosen as Bestpicky with a symbol-first logo using a fluid check, subtle B, and spark motif
  • Planned ranking system combines pricing, ratings, review themes, value, and category-specific scoring
Next.jsTypeScriptVercelPostgreSQLPrismaTailwind CSSFramer MotionGemini or OpenAI API (TBD)

Project 03 / 10

BrainArcade

A browser-based collection of arcade, puzzle, trivia, and strategy games built under one unified gaming platform.

deployedFrontendJavaScriptGame DevelopmentUI/UX

Details

BrainArcade

interactive games

Highlights

  • Unified multi-game platform with shared branding and design system
  • Interactive Jeopardy implementation using external trivia APIs
  • Custom implementations of classic games including 2048, Tetris, Snake, Tic-Tac-Toe, Backgammon, T-Rex Runner, Car Jam, and Chess
  • Responsive UI with consistent navigation and reusable styling
  • Progressive platform architecture designed for future game additions
HTML5CSS3JavaScriptGitHub Pages

Project 04 / 10

Data Science Showcase Platform

A Django-based platform for publishing, explaining, and interactively demonstrating data science and machine learning projects through case studies, dashboards, quizzes, and model testing interfaces.

ideaData ScienceMachine LearningFull StackBackendEducation

Details

Data Science Showcase Platform

Highlights

  • Reusable framework for publishing ML case studies
  • Supports classification, regression, clustering, anomaly detection, NLP, recommendation systems, and computer vision projects
  • Interactive model testing and dashboard experiences
  • Planned AI assistant for project-specific explanations
  • Structured methodology focused on explainability and learning
PythonDjangoPostgreSQLFastAPI (planned)Next.js (planned)Celery (planned)Machine LearningData Science

Project 05 / 10

Dejargonizer

Dejargonizer is a privacy-first web app that translates legal fine print into plain-English risk summaries, highlights, and document Q&A.

mvpAIDocument AnalysisLegal TechPrivacyFrontend

Details

Dejargonizer

Highlights

  • Built a browser-first legal document review workspace with paste, TXT/MD/PDF ingestion, sample Terms of Service, and clear-session controls.
  • Implemented rule-based clause detection for arbitration, class-action waiver, data sharing, content license, auto-renewal, refunds, termination, liability, indemnification, ownership, and deletion/export rights.
  • Created high-yield summary tabs for What You Give Up, What You Own, and Red Flags, with risk chips and plain-English explanations.
  • Added highlighted-original and side-by-side review modes that map detected clauses back onto the source document.
  • Added a private document assistant that answers from detected clauses, with an optional local-model path for private AI assist.
Next.jsReactTypeScriptTailwind CSSZustandPDF.jsLucide ReactSonnerVercelCloudflare

Project 06 / 10

PaperInsight

AI-powered research paper analysis platform that extracts, structures, summarizes, and stores knowledge from uploaded PDFs.

in_progressAILLMResearchBackendKnowledge Extraction

Details

PaperInsight

Highlights

  • Asynchronous PDF processing pipeline using Spring Boot, Redis, and Celery
  • Structured research paper extraction into normalized database tables
  • LLM-based summarization and metadata generation via Ollama
  • Schema-driven JSON validation for extraction quality
  • Background worker architecture designed for future cloud deployment
Java 21Spring Boot 4Python 3.11CeleryRedisPostgreSQL 16FlywayDockerOllamaLlama 3.1 8B

Project 07 / 10

PM Node

PM Node is a portable predictive-maintenance edge device that combines vibration, thermal, temperature, and sound sensing with an on-device TFT UI, local web interface, and recording workflow for machine inspection.

in_progressHardwareEmbedded SystemsIoTRoboticsPredictive Maintenance

Details

PM Node

Highlights

  • Built a multi-sensor predictive-maintenance node around ESP32-S3 for vibration, thermal, sound, and temperature monitoring.
  • Implemented both TFT-based on-device navigation and a local web interface with separated live and FFT views.
  • Integrated IIS3DWB vibration sensing with trend and FFT analysis workflows.
  • Integrated MLX90640 thermal imaging with hotspot, min/max, and thermal palette display logic.
  • Added DS18B20 probe support as a separate temperature page with numeric readings and trend plotting.
ESP32-S3C++ArduinoArduino_GFX_LibraryST7796 TFTKY-040 Rotary EncoderIIS3DWBMLX90640DS18B20I2S Microphone

Project 08 / 10

Portable Predictive Maintenance Assistant

A Raspberry Pi 5 and AI HAT+ based portable predictive maintenance platform combining thermal imaging, vibration analysis, AI-assisted troubleshooting, maintenance knowledge retrieval, and field documentation.

in_progressAIHardwareEdge AIPredictive MaintenanceIndustrial

Details

Portable Predictive Maintenance Assistant

Highlights

  • Portable field device for mechanical asset inspection
  • Thermal imaging using FLIR Lepton 3.5 radiometric sensor
  • Planned vibration analysis using ADXL357 MEMS accelerometer
  • Local AI-powered maintenance assistant and knowledge base
  • Offline Raspberry Pi access point architecture
Raspberry Pi 5Raspberry Pi AI HAT+ 2PythonOpenCVFLIR Lepton 3.5PureThermal Mini ProADXL357LinuxV4L2FFmpeg

Project 09 / 10

Simcine

Simcine is a movie and TV discovery platform for semantic title similarity, personal watch libraries, ratings, public taste profiles, and TV episode browsing.

in_progressFull StackBackendRecommendation SystemsSearchPostgreSQL

Details

Simcine

cinematic

Highlights

  • Built a Django + Next.js movie and TV discovery platform with user accounts, ratings, watchlist, favorites, watch history, and public profiles.
  • Designed privacy-controlled public profile pages at /profile/{username} with public/private sections for watchlist, ratings, favorites, reviews, and history.
  • Integrated Google OAuth planning through django-allauth with email verification and connected account status for account security.
  • Added TV episode browsing architecture with seasons, episodes, episode detail pages, TMDB import flow, and scrollable episode previews.
  • Implemented production-readiness cleanup including header simplification, profile route correctness, typecheck cleanup, footer/legal/cookie planning, and deployment architecture.
DjangoDjango REST FrameworkNext.jsTypeScriptPostgreSQLpgvectorTMDB APIGoogle OAuthdjango-allauthVercel

Project 10 / 10

VisionBoard

VisionBoard is a future-focused social web app where users create AI-generated aspirational posts and organize them into personal vision boards.

ideaFull StackAISocial AppGenerative AIWeb App

Details

VisionBoard

Highlights

  • Instagram-like concept focused on future goals instead of past activities
  • AI-generated vision posts from user prompts
  • Boards and collections for organizing aspirations
  • Free-tier-friendly architecture using Vercel and Supabase
  • Designed web-first with possible iOS and Android expansion later
Next.jsTypeScriptTailwind CSSshadcn/uiSupabasePostgreSQLSupabase AuthSupabase StorageOpenAI APIVercel

End

End of project showcase.

Continue exploring the portfolio through the homepage, Monograph, Journey, or contact page.

© 2026 Sina Bolouri. All rights reserved.