Skip to content
View saksham-45's full-sized avatar
🎯
fly shit only !
🎯
fly shit only !

Block or report saksham-45

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saksham-45/README.md

Saksham Srivastava

Computer Engineering, University of South Florida & minor in Mathematics. Based in Tampa, FL.

Portfolio · Email · LinkedIn


Stack

Python · RUST · C# · JavaScript · Swift · Bash PyTorch · TensorFlow · NumPy · SymPy · OpenCV · Librosa LLVM · Three.js · Qt · Docker · Linux · Git


Projects

automix : Neural DJ engine. A decision network chooses the move; an LSTM predicts the transition curve. Harmonic analysis, micro-timing alignment, and stem-aware blending keep transitions clean. Python, PyTorch, Librosa, Demucs.

introvertensemble : Agent-based simulation of library seating. Eight personas react to occupancy, proximity, and re-seating pressure. Multi-factor seat scoring, graph routing, reproducible seeded runs. Python.

MoodScope : Real-time emotion detection with a CNN over live webcam, logged to SQLite behind a PyQt5 dashboard. Personalized wellness insights via local Llama 3.2, with a rule-based fallback. Python, TensorFlow, OpenCV, Ollama.

Mathon : A scientific-computing DSL and compiler. Full pipeline from lexer through AST to LLVM IR and JIT execution, with symbolic differentiation, dual-number autodiff, and Simpson's-rule integration. Python, llvmlite.

isomercount : Combinatorial enumeration engine. Exact counting for cyclic graphs and colored snake polyominoes using transfer matrices, Burnside's lemma, and Möbius filtering. Symbolic verification against known sequences. Python, NumPy, SymPy.

visualizzer : Real-time audio-reactive graphics. A 2048-point FFT drives 2D canvas, WebGL2 shaders, GPU particles, and Three.js scenes at 60fps. Live demo. JavaScript, Web Audio API, WebGL2.

Also: lab-minsk-compiler (C#/.NET compiler and REPL), voiceagents (Qt/C++ voice control for LMMS), docker-android and container-xrdp (container hardening).

Pinned Loading

  1. automix automix Public

    automix ai but we use a decision NN and an LSTM curve generator

    Python 3 1

  2. visualizzer visualizzer Public

    well we are using microphone input for now . i have an iteration of this in python but thats way slower compared to this faster react project . Also we are only using frequency and amplitude of inc…

    JavaScript 1

  3. voiceagents voiceagents Public

    Forked from anubhav-gupta-software/voiceagents

    C++

  4. introvertensemble introvertensemble Public

    in a library full of introverted students how does an agent choose the most introverted and favorable spot..

    Python

  5. helion-fpga/helion helion-fpga/helion Public

    Original FPGA family + CAD. Docs, wiki, and user guide on the Pages site. Contributors welcome.

    Rust 1 1

  6. isomercount isomercount Public

    research stuff

    Python