Project FiftyOne React/Electron App
The following installation steps are a part of the install script
Install nvm
and set your node version to
v12.16.2
:
nvm use v12.16.2
Install the app with yarn
in this directory (./fiftyone/app
):
yarn install
yarn start-web
This starts the App client development server with hot reloading.
You will need to create a fiftyone.core.session.Session
to start the backend
server. Or you can start the backend server directly in your python virtual
environment:
# in ./fiftyone/server/
python main.py
That's it!
Copyright 2017-2020, Voxel51, Inc.
voxel51.com