Image processing server for Spectrum Analyzer
first clone it into local pc
git clone
Then start python virtual environment
source bin/activate
Then go into src/ folder
cd Dimention/src
Now start django server by typin below,
python manage.py runserver
You will be able to access the server at http://127.0.0.1:8000/ now.