hackathon-ufrt / gptnotes

https://gptnotes.vercel.app
Creative Commons Zero v1.0 Universal
6 stars 1 forks source link

GPT based notetaker

Enjoy a personal assistant. We only charged it up with 10$, so it might run out of money fairly quickly. You can also set it up yourself if you want to try it. If you like the idea, you can also sponsor us!

chatbot demo

The following characters are currently available:

This project resulted from a 1-day hackathon with

If you like our work and want to do similar stuff, don't be shy to reach out to us!

Getting Started

First, run the development container:

docker build -t gptnotesdev .
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v ${PWD}:/gptnotes -p 3000:3000 -p 5555:5555 gptnotesdev
yarn
yarn next dev