Skip to content

A Video Analyser software which uses an ML model to do so.

Notifications You must be signed in to change notification settings

siddharthO3/Video-Vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Vault Logo

Video Vault is a video analyzer desktop application which can analyse a folder of videos and then based on your query, will provide you with appropriate search results!!

This application uses Dart and Flutter for Frontend, and uses an ML model to analyse the videos. The backend is hosted through a Flask App.

The most useful part of the application is that it works offline!!

Demo Video

Video Demo link

How to install

  1. Create a venv with in your local machine. The Python version of the venv must be less than 3.9 since some of the libraries might not work. We have used version 3.8.10 for testing purposes.
  2. Clone this repository.
  3. Install all the requirements by using the requirements.txt provided.
  4. Start the flask app.
  5. Build the Flutter app in the video_archive folder. You must "Build for Windows".
  6. That's it you are done!!!

About

A Video Analyser software which uses an ML model to do so.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published