/ITD

Primary LanguageJavaScript

ITD - Image Text Detection

Introduction

ITD is a web that allows customers to upload videos and receive object tracking videos and a CSV file with tags.
It is expected that users can quickly obtain video results and analyze the details of object tracking.

Web link: ITD Website
Safari not supported currently.

Project Structure

The project consists of two servers: this repository is responsible for web behavior and database.
The other server focuses on parsing, uploading videos, and deploys them to S3 buckets.

For more details on movie processing, see another repository:video-parsing

Frame Example

image

Development

Front End

  • HTML
  • CSS
  • JavaScript

Back End

  • Python (Flask)
  • OpenCV-Python
  • RESTful API

Proxy

  • NGINX

Environment

  • Ubuntu 22.04

Deployment

  • Docker

Version Control

  • Git
  • GitHub

Cloud Services

  • AWS - EC2/RDS/S3/CDN
  • GCP - VM/cloud storage

Database

  • MySQL