The aim of the project is to create a mobile application that generates short movies (stories) based on video files selected by the user from the device memory. In addition, the application offers the option of selecting an audio file, a fragment of which is added as a soundtrack to the final clip being created. The main idea of the project was to implement an algorithm that automatically selects the most interesting moments from the indicated files and then joins them together.
# To build the .apk file
flutter build apk
# To run the mobile application
flutter run -d emulator-<emulator_id>
flutter test test