This web application allows users to upload transportation-related images, such as traffic camera images, and perform object detection on those images. The application is built using HTML, CSS, JavaScript, and Flask.
To test the web application locally, follow these steps:
-
Ensure that the Flask server is running.
-
Upload transportation-related images using the provided form.
-
Verify that the uploaded images are displayed in the "Original Image" section.
-
Verify that object detection is performed on the uploaded images, and the processed images are displayed in the "Processed Image" section.
-
Test other features and functionalities of the application to ensure they work as expected.
- Flask: Python web framework for building the backend server.
- OpenCV: Library for computer vision and image processing tasks.
- jQuery: JavaScript library for simplifying HTML document traversal and manipulation.
- Bootstrap: Front-end framework for building responsive and mobile-first websites.