A simple ART generation NFT platform where image is genrated by the AI model.
Assuming truffle is installed, the following commands will install the dependencies and run the tests:
npm install
- To run test run
truffle test
ensuring ganache instance is running. - Add infura endpoint in
sercets.json
for Rinkeby testnet. truffle migrate
npm run rink
to deploy to the testnet.cd client/ && npm install && npm start
to run the client. Makesure that the metamask is conneted to the rinkeby testnet.
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.