Quickstart
Overview
This is a quick start guide. If you have a vague idea about how Vimana works and want to get started right away, continue. For more detailed click here
Library | status |
---|---|
keras | Supported |
pytorch | coming soon |
tensorflow | coming soon |
Install
Quick Install
Install Tendermint
Install Python 3.6+
Install Vimana
Clone the repository
git clone https://github.com/MDSLab/vimana
1
go inside the folder
cd vimana
1
Install all the requirements
pip3 -r req.txt
1
Local Node
Start the Vimana Server
python3 vimana/start.py --tm
1
--tm
flag runs a tendermint node for you
You should be able to send requests to rendermint now. Send curl requests to 25556
You can use the client side Application to do this.
Made as research internship at Univerisity of Messina by Gautham Santhosh under the supervision of Prof. Francesco Longo