https://github.com/daspy11/a16z-11labs-hackathon
Espresso Labs, 2nd place entry in the a16z x ElevenLabs hackathon in London from 22-23 Feb 2025, winning a $3000 prize. Team consisted of Stuart Johnson, Ali Hussain, Leo Camacho, and John Lingi.
https://github.com/daspy11/a16z-11labs-hackathon
a16z agent elevenlabs hackathon hackathon-project voice-assistant
Last synced: 3 months ago
JSON representation
Espresso Labs, 2nd place entry in the a16z x ElevenLabs hackathon in London from 22-23 Feb 2025, winning a $3000 prize. Team consisted of Stuart Johnson, Ali Hussain, Leo Camacho, and John Lingi.
- Host: GitHub
- URL: https://github.com/daspy11/a16z-11labs-hackathon
- Owner: Daspy11
- Created: 2025-02-22T10:21:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T17:45:12.000Z (3 months ago)
- Last Synced: 2025-02-24T18:34:34.468Z (3 months ago)
- Topics: a16z, agent, elevenlabs, hackathon, hackathon-project, voice-assistant
- Language: TypeScript
- Homepage:
- Size: 164 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Espresso Labs
An integrated voice agent who uses work collaboration tools to help engineering managers assemble and maintain a list of their obligations. We won 2nd place at the a16z x ElevenLabs hackathon in London from 22-23 Feb 2025, and won a high-end Teenage Engineering OB-4 portable speaker each.
## Demo
[Video demo](https://youtu.be/1B6-rTxxp2s)


## Code structure
- The frontend uses Next.js. To run it, `cd frontend`, then `npm i`, then `npm run dev`
- The backend uses Flask and is configured with docker. To run it, you'll first need to create a .env in the backend folder containing [these environment variables](https://github.com/Daspy11/a16z-11labs-hackathon/blob/main/backend/config.py). To start it, run `cd backend` then `docker-compose up`The voice agent configuration and prompting we used has been lost to the sands and constraints of time.
## Authors
- Stuart Johnson
- Ali Hussain
- Leo Camacho
- John Lingi