Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View christian-ochei's full-sized avatar

Block or report christian-ochei

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
christian-ochei/README.md

Systems & AI Engineer. Building high-performance inference engines and custom compilers.

Some of my works include

Scrpt Engine Blog post | NeuralEngine | AssignSpace

Pinned Loading

  1. VisionUsingSpatialAudio VisionUsingSpatialAudio Public

    The Pulse is an advanced assistive augmented reality system designed to bridge the gap between traditional white canes and full environmental awareness. By converting a live camera feed into high-f…

    Python

  2. FreeDimensionalAudio FreeDimensionalAudio Public

    FreeDimensionalAudio is a framework that enables novel 3D binaural audio synthesis. This work showcases my new Ray Tracing approach to spatial audio and my love for music.

    Python 2

  3. Scrpt Scrpt Public

    A small Open Source high-level programming language designed to have as clean of a syntax I could think of while making its source code as readable as possible

    Python 1

  4. AssignSpace AssignSpace Public

    AssignSpace is a small framework I built for plotting numeric objects in real time asynchronously.

    JavaScript

  5. NeuralEngine NeuralEngine Public

    Neural is a small Deep learning framework built for fast Neural Network creation and evaluation. This framework is built around numpy in order to aid fast CPU compute

    Python

  6. StarEngine StarEngine Public

    A streaming-first, asynchronous Python DSL interpreter that parses and executes code incrementally as tokens arrive. Unlike standard exec(), which requires a complete source string, Star Execution …

    Python