Me & @mayaaaank08 built MorseOS. Fully offline Android app, sends and receives Morse code over flashlight or 700Hz beeps. Goertzel algorithm for tone detection, adaptive decoding so it tracks your speed drift. BLoC state, no internet needed
#Flutter#SignalProcessing#MorseCode
Rebuilt DataF1. Scrapped the web version, moved to Flutter + deployed backend.
FastAPI on Render, JWT auth, Redis caching, Supabase for the DB. Summary on every telemetry graph so anyone can understand what they're looking at.
BLoC+Dio under the hood
#F1#Flutter#FastAPI#FastF1
Update on my F1_data project.
Yes finally here are the telemtry data. fetched using FastF1 API and plottes using matplotlib library.
Soon i will integrate it in the frontend for better UX.
#F1#PYTHON#fastf1#APIs#development
Extracted race data using FastF1, Python library to access telemetry, lap times data directly from F1 sessions.
Visualized the data using Chart.js&D3.js -throttle input, braking, speed traces,etc
Modular frontend with React.js -scalability and reusability.#F1#ReactJS#OpenSource