Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 887 Bytes

README.md

File metadata and controls

46 lines (37 loc) · 887 Bytes

tfjs-modelplatform

Build, Compile, Train CNN models by creating flowcharts - Built with React Flow, Tensorflow.js, ReactJS and Socket.IO

Installation and Usage

Clone the project and go to tfjs-modelplatform folder:

git clone https://github.com/hayriyigit/tfjs-modelplatform.git

cd tfjs-modelplatform

Server

Go to server folder and install dependencies:

cd server

npm i

Then start server:

npm start

Client

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 🎉

Screenshots