A small web application that allows a user to train a convolutional neural network on MER imagery in the browser without any programming experience.
Clone this repository and install dependencies with yarn:
git clone git@github.com:evansmal/deepmars.git
cd deepmars
yarn
Start the development server:
yarn serve
Open your browser and navigate to http://localhost:1234/
.
- Improve dataset fetching performance
- Add layer activation visualization