I'm a
data scientist
and
full stack developer.
I like to build things
and learn how
stuff works.
some projects I've worked on
Co-developed a decentralized auditing protocol within the web3 ecosystem (with plans to fully build). Built out the marketing page, protocol dApp, helped guide the DAO and protocol designs, conducted market research, and presented to incubator programs and partners. Integrated on/off-chain data.
Wrote custom python modules to handle blackjack gameplay, and deployed a Starlette Websocket server to allow users to interact with it. Created a NextJS application to interface with the websocket server and have users play blackjack. With a Deep Q Learning model that I previously trained for learning optimal blackjack strategy, I converted the pytorch model to ONNX and host it directly on the client, so users can see optimal moves.
Engineered an application based off Strava's API, allowing users to oauth with their strava account and view an aggregate data visualization of their routes. Solely reliant on Browser Storage API's, so no data is retained by the application itself.
Active Listening AI
Developed a microservice for actively listening to video conferencing calls and automating post-call form-filling processes for various types of form responses. Integrated with 3rd party services for audio streaming, speech recognition, LLM's, AI tooling, and vector databases. Built out a custom Starlette API for internal use. Led the development, established performance criteria, and created documentation.
NextJS application allowing users to oauth with slack and display their top content in a given set of channels over time. Built a Starlette ASGI python REST API to handle authorization, Slack SDK integration, and post-processing. Built a custom a frontend with protected routing. This drastically helped with content ingestion and dispersal.
Built a full-stack app integrated with OpenAI's API to allow users to upload PDF's, extract text, and produce summaries, regardless of the model's context window size.
Built a full-stack product to allow users to create and view immutable contracts on-chain. Built using web3 tools, it allows users to interact with custom smart contracts. Assisted with contract design and aligned with existing ERC standards.