Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xettrisomeman/atyou
A webapp project for lablab.ai hackathon
https://github.com/xettrisomeman/atyou
assemblyai openai-api python youtube-api-v3
Last synced: about 13 hours ago
JSON representation
A webapp project for lablab.ai hackathon
- Host: GitHub
- URL: https://github.com/xettrisomeman/atyou
- Owner: xettrisomeman
- License: mit
- Created: 2022-12-16T18:22:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T18:24:14.000Z (about 2 years ago)
- Last Synced: 2024-11-09T02:21:22.615Z (about 2 months ago)
- Topics: assemblyai, openai-api, python, youtube-api-v3
- Language: Python
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Automatically Transcript Youtube
A WebApp that extracts text from youtube videos and give out summarization.> Part of the project [OpenAI Whisper, GPT3, Codex & DALL-E 2 Hackathon](https://lablab.ai/event/openai-whisper-gpt3-codex-dalle2-hackathon)
## Tools used
- [OpenAI](https://beta.openai.com/)
- [AssemblyAI](https://www.assemblyai.com/)
- [YoutTubeAPI](https://www.google.com/search?channel=fs&client=ubuntu&q=youtubeapi)### Running Locally
- git clone the repo
- ``pip install -r requirements.txt``
- create [YoutTubeAPI](https://www.google.com/search?channel=fs&client=ubuntu&q=youtubeapi) and [OpenAI](https://beta.openai.com/) account
- create ``.env`` file inside project directory and write
``OPENAI_KEY=``
`` YOUTUBE_KEY=``
- run ``python main.py``