Build, Compile, Train CNN models by creating flowcharts - Built with React Flow, Tensorflow.js, ReactJS and Socket.IO
Clone the project and go to tfjs-modelplatform folder:
git clone https://github.com/hayriyigit/tfjs-modelplatform.git
cd tfjs-modelplatform
Go to server folder and install dependencies:
cd server
npm i
Then start server:
npm start
Return to project folder:
cd ..
Go to client folder and install dependencies:
cd client
npm i
Then start client:
npm start
Open http://localhost:8080
and done 🎉