An installation tutorial video available but in Chinese.
Or
Follow the official doc of the Hyperledger Fabric.
Copy chaincode/fabai/go/ and fabai/ files from this project to your newly installed Fabric.
Make sure you are in fabai/ directory
./startFabric.sh
Open a new terminal window
Make sure you are in fabai/go/ directory
go run fabaiAPI_org1.go
Open a new terminal window
Make sure you are in fabai/go2/ directory
go run fabaiAPI_org2.go
Open a new terminal window
Make sure you are in steam/ directory
uvicorn GradServer:app --port 8003 --reload
Open a new terminal window
Make sure you are in steam/ directory
python myTensor-A.py
Open a new terminal window
Make sure you are in steam/ directory
python myTensor-B.py
Open a new terminal window
Make sure you are in steam/ directory
uvicorn lossServer:app --port 8004 --reload
Open a new terminal window
Make sure you are in pyecharts_django_demo/ directory
python manage.py runserver 127.0.0.1:8005
Open a browser and visit 127.0.0.1:8005