Giter Club home page Giter Club logo

boardai's Introduction

Live Version

The web application is deployed on a Heroku site:

http://www.boardgan.com/

BoardGAN

BoardGAN is a deep convolutional generative adversarial network that generates novel climbing routes for climbing training boards. BoardGAN is the first use case of a GAN for human interactive spatial data represented in an image like format. It currently supports and is trained on the 12x12 kilterboard. It has a live web version where model inference can be run via Flask, React, and Tensorflow.js. It currently features integration with the Kilterboard app which supports a live climbing experience with BoardGAN's output. Upcoming features include a conditional model that supports difficulty and climbing angle adjustment, word embedding into latent space for descriptive natural language processed routes, and support for different board configurations and brands.

Before Starting

Install Node.js on the host system. Check successful installation by running:

$ node -v

$ npm -v

These should successfully return the node and npm versions of the system.

Install Python 3 on the host system. Check successful installation by running:

$ python --version

or

$ python3 --version (for Linux Users)

Project Dependencies

The project requires dependencies from both Node and Python. This involves the node_modules and the python libraries. To install node_modules, run:

$npm install

To install python libraries, run:

$python install -r requirements.txt

##Structure of the Program

The program is run by first running the Python Flask using:

$ python app.py

or

$ python app.py (for Linux Users)

Then on another terminal, node can be run using:

$ npm start

boardai's People

Contributors

jonathancaevans avatar kuprovn93 avatar keegan652 avatar mmohammad4 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.