Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princejoogie/chunktube
It's YouTube.. but text!
https://github.com/princejoogie/chunktube
gpt-3 openai react typescript whisper
Last synced: about 1 month ago
JSON representation
It's YouTube.. but text!
- Host: GitHub
- URL: https://github.com/princejoogie/chunktube
- Owner: princejoogie
- Created: 2023-04-05T17:29:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T13:10:34.000Z (11 months ago)
- Last Synced: 2024-01-14T15:26:08.570Z (11 months ago)
- Topics: gpt-3, openai, react, typescript, whisper
- Language: TypeScript
- Homepage: https://joogie.link
- Size: 952 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChunkTube
It's YouTube.. but text.
https://user-images.githubusercontent.com/47204120/232245592-4aaabebe-cac8-4e3c-bfd9-195dbac45025.mp4
## Usage
```bash
# install dependencies
yarn install# copy and modify `.env`
cp .env.example .env# (OPTIONAL) if you want to run database locally with docker
# open another terminal and run
docker compose up database# start web and server
# open another terminal and run
yarn with-env yarn dev# this mirrors your localhost so clerk can access it
# copy ngrok url to your clerk webhooks
# /api/hooks/clerk
# open another terminal and run
ngrok http 3000```
---
Made with ☕ by Prince Carlo Juguilon