Skip to content

The repository for the UoW COMPX241-24A project, Ultimate Video Player.

Notifications You must be signed in to change notification settings

JayBigGuy10/ultimate-video-player

 
 

Repository files navigation

ultimate-video-player

Read my project report document here!

Team Members

Project Manager:

  • Michael Peddie

Team Members:

  • Luke Fraser-Brown
  • Jayden Litolff
  • Shreyaa Senthil Kumar
  • Jack Unsworth
  • Leo Van Der Merwe

How to run this weird stack

cd web-app & npm install & npm run dev

In another terminal cd backend/BackendEnv run install.ps1 (this makes a python venv, pip installs from requirements.txt and adds ffmpeg to the current shells PATH) cd backend && flask run

Note for Jayden, how to expose the stack

  • tailscale funnel -https 10000 127.0.0.1:8000
  • tailscale funnel 127.0.0.1:5173

How to get the pip venv list

pip freeze > requirements.txt

Whisper not importing?

pip install -U openai-whisper

About

The repository for the UoW COMPX241-24A project, Ultimate Video Player.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 63.6%
  • Python 24.4%
  • JavaScript 8.1%
  • HTML 3.2%
  • Other 0.7%