https://github.com/patrickhulce/autocaption
https://github.com/patrickhulce/autocaption
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickhulce/autocaption
- Owner: patrickhulce
- Created: 2023-06-25T02:32:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T02:43:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T00:49:59.466Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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