I've put a lot of effort into this project so that it has a remarkable code structure and an architecture worthy of the name.
The aim of this project is to develop a stamp transfer application in React-Native using expo and jsdoc for commenting structure. Stamp transfer will be performed by a neural network, the RAVE model developed by Antoine Caillon at ircam.
You can find a demonstration very similar to this application at https://caillonantoine.github.io/ravejs/.
You must have node with npm installed.
- Copy the project with git clone:
# clone most recent project
git clone https://github.com/YoubaImkf/rave.git
# enter project folder
cd project ./rave
- Install the node packages:
npm install
Start the web app with:
npx expo start # live reloading mode