File size: 818 Bytes
013c9ad
 
 
 
 
 
3555723
013c9ad
 
 
 
6dae90f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Yt Video Annotator
emoji: 🐢
colorFrom: green
colorTo: blue
sdk: streamlit
sdk_version: 1.25.0
app_file: app.py
pinned: false
---

## Try the app on hf-spaces

You can find the deployed app → [**here**](https://huggingface.co/spaces/deven367/yt-video-annotator/)

> **Note**
> The app inference is slow as the inference is running on a CPU, if you have GPU on your local system, the app will work a lot faster.

## Installation

1. Create a virtual env with the environment manager of your choice
2. Activate the environment
3. Install the dependencies using ```pip install -e .```
4. To run the app locally in your terminal, type `run_app`

## Contributing

Issues and PRs are welcome. If you want me to implement a feature, create a Feature Request in the issues, I'll try my best to implement it.