😶🌫️
AI Engineer and Data Scientist with a PhD in Computational Neuroscience, blending deep expertise in ML, data science, and scientific research.
-
Rocky Branches, LLC
- Bay Area
- https://robcapps.com
- in/robbie-capps-b1a04727
Pinned Loading
-
gradschool-archive
gradschool-archive PublicA collection of my coding projects from when I was a grad student.
-
ai-zotero-search
ai-zotero-search PublicOpenAI-backed CLI search tool for zotero, written in python.
Python 1
-
rockybranches/dexcom-openapi-schema
rockybranches/dexcom-openapi-schema PublicOpenAPI schema for the Dexcom Developer API (https://developer.dexcom.com/home).
-
haiku.py
haiku.py 1def haiku(sdict):
2sdict = dict([(sk, sv) for sk, sv in sdict.items() if len(sk) >= 3])
3first_5 = choose_words(sdict, 5, 0)
4seven = choose_words(sdict, 7, 1)
5sec_5 = choose_words(sdict, 5, 2)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.