https://github.com/acui51/monocle-rizz
rizzGPT
https://github.com/acui51/monocle-rizz
Last synced: 5 days ago
JSON representation
rizzGPT
- Host: GitHub
- URL: https://github.com/acui51/monocle-rizz
- Owner: acui51
- Created: 2023-03-25T07:52:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T10:07:41.000Z (about 2 years ago)
- Last Synced: 2024-11-09T19:39:44.575Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 143 KB
- Stars: 233
- Watchers: 12
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - monocle-rizz - rizzGPT (Others)
README
# rizzGPT
A hack built at the AGI House GPT Hackathon that gives real-time Charisma as a service (CaaS), and tells you exactly what to say.
Demo: https://twitter.com/bryanhpchiang/status/1639830383616487426?s=20
https://user-images.githubusercontent.com/62365251/228071053-cf443fb4-f194-4bda-a315-d618fb8344ba.mp4
Built with @[bryanhpchiang](https://twitter.com/bryanhpchiang), @[Adriano34554795](https://twitter.com/Adriano34554795), and @[varunshenoy_](https://twitter.com/varunshenoy_) and using Next.js, Open AI, and [Brilliant Monocle](https://www.brilliantmonocle.com/)
## Setup
Copy the `.env.example` file into `.env.local` at the root level and paste in your Open AI key. ***WARNING*** this is a `NEXT_PUBLIC` key so it will be exposed to the browser. Read more here: https://nextjs.org/docs/basic-features/environment-variables.Run `yarn install` to install deps.
Run `yarn dev` to start the app.
Click `Connect` and the Bluetooth Monocole connection should come up
Click the right touch button on the Monocle to start transcribing
Click the left touch button on the Monocle to get the charisma (GPT's response)
## Acknowledgements
Thanks to this repo for guiding us in setting up the Bluetooth connection with the Monocle and how to send instructions to control it: https://github.com/jdc-cunningham/bl-monocle-reactjs-pwa/tree/workout-app