Skip to content
View ricky0123's full-sized avatar
:octocat:
:octocat:
  • Research Computing Center at the University of Chicago
  • LinkedIn in/eric-samore
Block or Report

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

Hi there 👋

Projects you'll find here...

  • VAD - a JS package for performing voice activity detection in the browser, an essential component of speech-enabled websites. See it in action at vad.ricky0123.com.
  • 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. It is undoubtedly my favorite piece of software that I've written!
  • 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 stupidly simple sleep noise site written using the web audio API and SolidJS.

Thanks a ton to these sponsors!

  sundi133  lukeocodes  

Pinned

  1. vad vad Public

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

    TypeScript 406 80

  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