Neural Studio requires Tensorflow>=2.2.0 to work. Tensorflow was removed as dependencies from PyPi distribution in version 0.1.1 to prevent version conflicts. So you need to install Tensorflow manually. Other dependencies are as following.
OpenCV
Numpy
Pandas
Matplotlib
Pyrex
Scikit-learn
Psutil
GPUtil
Check for dependency version conflicts before installing neural studio.
Install From PyPi
pipinstallneural-studio
Build from source
To build from source you need to install following list of dependencies.
NodeJS
Python >= 3.6
CUDA >= 10.2 ( Optional for GPU support )
Tensorflow >= 2.2.0
This will create wheel(.whl) file for current release which you can install by running following commands.