Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 238 Bytes

This service is for parsing videos, images and other binary media content before sending them to our public application content hosted on s3.

    # spin up the application at port 5000
    uvicorn app:app --reload --port 5000