This is a simple web application for uploading videos for people detection and displaying the processed video.
- Allows users to upload video files for detection.
- Displays the video after processing in the webapp itself.
- Download the processed video.
- Clone Repository and open terminal in the repository folder
- Create a virtual environment using
python3 -m venv venv
- Activate the virtual environment using
source venv/bin/activate
- Install the requirements using
pip install -r requirements.txt
-
Access the Web Application:
- Run the application using
python webapp.py
orpython3 webapp.py
- Visit the application using the localhost URL displayed in the terminal.
- Run the application using
-
Upload a Video:
- Click the "Choose File" button to select a video file for people detection.
- Click the "Upload" button to start the upload process.
-
View Processed Video:
- Once the video is processed, it will be visible on the screen.
-
Download Processed Video:
- If you want to download the processed video, click the "Download" button to save it to your device to the desired location.