About Me
Hi! I'm Timur, currently the Moscow State University student. I started my journey in programming since I was 14 years old. Starting with Python and continuing with Android development, a Fullstack Enginner and AI App Developer/Engineer at the present time.
I study at Mechanics and Mathematics faculty. I am doing research in the friction behaviour of materials and already preparig some articles with my scientific advisor. Recently I have finished the 3-term course about Deep Learning.
In my free time I like to play computer games (simulators and adventures), do mathematics, and computer science (programming). I am also fond of business and taking risks.
Projects
Transcribe Lecture;
Next.js Web-AppTranscribe Lecture; is a production-ready web app deployed on Vercel with Supabase, RunPod, Gemini API and PostHog. It delivers a lecture transcription with summarization for study-ready notes. The average transcription job is 1 minute long for 1 hour of lecture. The Whisper model is deployed on RunPod Serverless using self-made Docker container.
YouTube Search [source code]
Next.js Web-AppFully deployed mini YouTube search engine with semantic search using vector embeddings with the API hosted on Hugging Face and database on Supabase.
MP Bot
Next.js Web-AppAI chatbot for Russian marketplace sellers with real-time streaming and tool execution. Built with Next.js, Supabase, LangGraph, and developed using Cursor for AI-powered coding.
MiniReddit [source code]
React Web-AppSearch for favorite posts from Reddit and switch between different subreddits!
Natalnaya Karta
JavaScript DemoSee what you are predicted in the popular VK show "Natalnaya karta"!
ML based FPS
Scikit-learn ProjectA school prom project about training a ML model for predicting the Frames per Second of RDR2 based on the computer configuration. My first encounter with ML or AI (that will be forgotten but then lead me to my passion in 2025). At first, the project was hand-crafted matrixes multiplication on C++ for digits recognition.