Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1 KB

README.md

File metadata and controls

24 lines (16 loc) · 1 KB

ART Generation NFT Platform

A simple ART generation NFT platform where image is genrated by the AI model.

Demo

(video thumbnail below)
Video

Setup GuideLines

Assuming truffle is installed, the following commands will install the dependencies and run the tests:

  1. npm install
  2. To run test run truffle test ensuring ganache instance is running.
  3. Add infura endpoint in sercets.json for Rinkeby testnet.
  4. truffle migrate
  5. npm run rink to deploy to the testnet.
  6. cd client/ && npm install && npm start to run the client. Makesure that the metamask is conneted to the rinkeby testnet.

Image Generation

Image generated is a simple 128X128, the model traning code file is documented here and simple Flask server used to serve the model is documented here.