Skip to content

scary9/hackalyticshacka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Highlight Generator

Scaffolded full-stack starter for the Stream Highlight Generator (React + FastAPI).

Quick start

  1. Backend
cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000
  1. Frontend
cd frontend
npm install
npm run dev

APIs

  • POST /api/generate { url }
  • GET /api/status/{job_id}
  • GET /api/result/{job_id}
  • GET /api/download/{job_id}

This scaffold includes stubbed pipeline implementations to iterate quickly during development.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors