Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Egjs | 915 | 3 | 3 months ago | 13 | April 02, 2018 | 1 | other | JavaScript | ||
Javascript components group that brings easiest and fastest way to build a web application in your way. | ||||||||||
Qatrix | 482 | 6 months ago | 10 | other | JavaScript | |||||
Lightweight JavaScript framework for high-performance web applications with less code. | ||||||||||
Kitsu | 302 | a day ago | 28 | agpl-3.0 | Vue | |||||
Collaboration Platform for Animation and VFX Productions | ||||||||||
Flutter Ui Designs | 221 | 10 months ago | 1 | mit | Dart | |||||
Just collection of UI designs build with flutter. Can run on any mobile, web & desktop. | ||||||||||
Facial Animation | 10 | a year ago | Jupyter Notebook | |||||||
Audio-driven facial animation generator with BiLSTM used for transcribing the speech and web interface displaying the avatar and the animation | ||||||||||
Dayplanner | 5 | 9 years ago | apache-2.0 | JavaScript | ||||||
Simple application for planning your day – | ||||||||||
Heatflask | 5 | 2 years ago | 1 | gpl-3.0 | JavaScript | |||||
Strava Activity Explorer | ||||||||||
Nguyenfromvn.github.io | 4 | 5 months ago | JavaScript | |||||||
Randy's personal website | ||||||||||
React Circular Reveal | 4 | a year ago | 4 | mit | JavaScript | |||||
Quickly and easily add Material Design's circular reveal animation to your web app. | ||||||||||
Embarked | 4 | 4 years ago | 1 | PHP | ||||||
This is a web application designed to help any organisation take and maintain attendance of the students |
What androids dream of. Web application that plays AI-generated music accompanied with a procedural animation. Built for HackED 2021.
This project requires Docker.
NOTE: The docker images can take a while to build the first time. It's much faster for subsequent builds since Docker builds a cache.
$ docker-compose build
$ docker-compose up
Website is accessible at localhost:5000
/music-generator
Docker container that generates music in a MIDI format.
/midi-processor
Docker container that takes the output from the music generator, renames it, gives it a title, and moves it to the server's MIDI directory.
/server
Docker container that serves the MIDIs generated by the music generator.
/website
Web application that fetches MIDIs from the server and plays them. Procedural animation too.