Skip to content

Web app of a computer vision/ML project, in which the components of a football match are tracked and relevant statistics are computed. Via the web app, users can create or delete accounts, upload new match records (and edit or delete them), view others' records and manage addition or deletion of all the records and users through an admin dashboard.

Notifications You must be signed in to change notification settings

seljukat/venator-web-app

Repository files navigation

view "demo_video.mp4" to check out the general features of the application.

Getting Started

install the dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

include the environment variables in your .env file:

# for connecting to your atlas cluster
MONGO

# for using nextjs authentication
AUTH_SECRET

# for using google sign-in
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET

# for using as the prefix path of input videos
BEFORE_VIDEO_PREFIX

run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

open http://localhost:3000 with your browser to see the result.

About

Web app of a computer vision/ML project, in which the components of a football match are tracked and relevant statistics are computed. Via the web app, users can create or delete accounts, upload new match records (and edit or delete them), view others' records and manage addition or deletion of all the records and users through an admin dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published