Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


drawing



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``