HELLO!I made my own CV website, that contains my Resume,also links to my GitHub, LinkedIn, also my Gmail
You can visit it here: https://nurtas-ulagat-cv.vercel.app/
Hope you will like it! :)
HELLO!
I made my own CV website, that contains my Resume,
also links to my GitHub, LinkedIn, also my Gmail
You can visit it here: https://nurtas-ulagat-cv.vercel.app/
DEVLOG #2
Productive day — got the core ML pipeline working and built out the web interface:
Trained the detection model — fine-tuned EfficientNet-B0 on 80k+ retinal OCT images. Hit ~95% validation accuracy across 4 disease classes (CNV, DME, DRUSEN, NORMAL). Training took ~25 min on Colab’s GPU. Model weights saved and ready for Pi deployment.
Built prototype web interface — simple site for device usage and real-time results display. Users can see detection confidence scores + disease info. Planning to add more educational content about each condition. You can try it here: veya-web-zeta.vercel.app
Next: quantize the model down to ~5MB for faster inference on Pi, then test the full pipeline (capture → predict → display) end-to-end.
DEVLOG #1
Got some real progress today:
Designed the smart glasses form factor — sketched out how the Raspberry Pi, camera module, and display will fit into a wearable frame. Trying to keep it lightweight so it’s actually comfortable to wear for screening sessions.
Wrote full project documentation — complete (EfficientNet-B0 for retinal disease detection), hardware architecture, and deployment strategy.
Next up: prototyping the camera mount and testing inference speed on the Pi to make sure we hit real-time detection (<500ms per frame).
DEVLOG #1
Built a web app that connects to smart glasses (Raspberry Pi + camera) to detect eye diseases in real-time.
What I Made
Veya Web App - Next.js platform that connects to Veya Glasses via WiFi for instant eye disease screening.
Features:
Tech: Next.js 16, TypeScript, Tailwind CSS, TensorFlow Lite on Raspberry Pi
Live demo: https://veya-web-zeta.vercel.app
Challenges
Real-time disease detection pipeline
Need to capture eye image → send to TensorFlow Lite model → return diagnosis in <3 seconds. Built demo mode first to test UI,
now integrating real Flask API on Pi.
WiFi connection flow
Users connect web app to glasses over local network. Added IP validation, error handling for timeouts/wrong IPs.
Privacy requirements
Medical data can’t go to cloud. All AI processing happens locally on Raspberry Pi.
What’s Next
Why It Matters
Eye diseases affect millions but professional e $50 hardware (Pi + camera) instead of $15,000medical devices. Built for rural areas in Kazakhstan where eye care access is limited.
DEVLOG #1
Working on KozbenSal - eye-tracking assistive glasses for people with motor disabilities. Today I:
DEVLOG #1
Working on KozbenSal - eye-tracking assistive glasses for people with motor disabilities. Today I:
System now lets users draw by blinking: first blink places point 1, second blink draws line to point 2. Much faster and more precise than the old system.
Next: user testing, threshold tuning, and adding keyboard mode for typing.
Today I did some work ,forget to start timelapase after 3 hours of work:(
Finalized component selection for Veya smart glasses:
Completed system architecture:
[Glasses + Camera] → [Pi + AI Model] → [WiFi] → [Mobile App]
Diseases targeting: Cataract, Conjunctivitis, Pterygium
Model: MobileNetV2 on TensorFlow Lite (edge processing)
Next steps:
Goal: Affordable eye disease screening for Central Asia (<$350 vs $10k devices)
Currently on family trip. Will lock in on development once I’m back home.
Currently I am summarizing all project needs and outline all functionality and requirements. Also, on creating a project development plan and obtain funding for the purchase of project components. Sooo that is all I am doing rn