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

https://github.com/patrickhulce/autocaption


https://github.com/patrickhulce/autocaption

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Usage

```bash

# Setup JS deps
npm i

# Setup Python deps
conda env create -f environment.yml
conda activate autocaption

# Setup your OpenAi API key
export OPENAI_API_KEY=

# Setup your files
cat > ./file.csv < environment.yml # Update the equivalent of `package.json`
```

# Milestone Time Tracking

- Data cleanup ~15 minutes
- Working captioner ~55 minutes (but awful results)
- Working 2 OCR variants ~90 minutes
- GPT-based combiner ~45 minutes