I am currently developing server-client systems:
- Backend Development
- REST API (FastAPI and Springboot)
- gRPC
- GraphQL
- Frontend
- Flutter (Mobile development + Desktop)
- JavaFx (Java Destop Application)
flowchart LR
Spectral_Analyzer <--> KCSS
This is a JavaFX application for signal analysis of SigMF captures. This supports a user selecting burst of signals in a recording and sending it to some analysis function behind a server API
- Support saving the downsampled signal segment
- This is a good initial task, allowing a user access to the selected segment and test their algorithms directly.
- Support Scripting
- Create a simple energy detector to identify blocks of energy in the signal.
- Apply a capability on all annotations (or target based on label)
This is my "secret sauce" Python library. I have added an entrypoint to serve functionality through REST API.
- Parameter Estimates
- Baud Estimate PSK
- Baud Estimate FSK
- Receiver
- PSK Receiver
- FSK Receiver
I want to start developing some ML model and serving it on the backend.
- Image Processing
- I want to look into style transfer (making a image look anime-like)
- Audio Processing



