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
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