Skip to content
View ricky0123's full-sized avatar
:octocat:
:octocat:

Sponsors

@rosscado
@theisof

Block or report ricky0123

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ricky0123/README.md

I'm Ricky, a software developer at Synthflow.

Want to chat? Get in touch!

Projects you'll find here...

  • ricky0123/vad-web - a JavaScript package that allows you to prompt users for microphone permissions and run callbacks on segments of audio with user speech in a few lines of code. Under the hood, it runs a voice activity detection model in the browser. Used by over 100 projects on GitHub.
  • Vocoder - a Python package for dictation and speech-based input. The user writes a Python script that defines how patterns of speech map to Python functions to run, and these functions can leverage the Python ecosystem to simulate keystrokes or issue commands to applications. It is based on the academic work surrounding kleenexlang. One of my favorite software projects that I have worked on 👌
  • Nomad cities - a website showing the most mentioned cities on r/digitalnomad as estimated using a Spacy named entity recognition model to determine cities mentioned in comments and querying Geonames for the extracted text.
  • Algo - configure multi-level bash aliases through yaml. Written in Go.
  • Sleep sounds - a very simple sleep noise site written using the web audio API and SolidJS.

What I'm currently working on...

Outside of my work at Synthflow, I am working on the following:

  • Learning Haskell and Purescript.
  • Working on a series of significant improvements to VAD which I hope to release soon.
  • A small entrepreneurial project to create an online language learning experience powered by VAD.

Thanks a ton to these sponsors!

  sundi133  lukeocodes  theisof  

Pinned Loading

  1. vad vad Public

    Voice activity detector (VAD) for the browser with a simple API

    TypeScript 777 121

  2. vocoder vocoder Public

    Source code dictation and voice control

    Python 3

  3. nomad-cities nomad-cities Public

    Interactive visualization of most mentioned cities on r/digitalnomad

    TypeScript