Skip to content

A website developed for collecting natural language annotations on driving videos.

License

Notifications You must be signed in to change notification settings

hackergram/video-annotation

 
 

Repository files navigation

video-annotation

Video Annotation Website made for annotating driving behaviors in videos using natural languages.

Demo website link: https://berkeley-video-annotation.herokuapp.com/

Example

About

This project uses Feathers. An open source web framework for building modern real-time applications.

This project also uses MongoDb as the backend database.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS, npm and MongoDb installed.

  2. Install your dependencies

    cd path/to/video-annotation; npm install
    
  3. Start your Mongodb database

    mongod --dbpath= <path to Mongo>
    
  4. Start your app

    npm run start
    
  5. Build your website

    npm run build
    
  6. Then you can view your website at localhost

About

A website developed for collecting natural language annotations on driving videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%