DSC is built for Collect Dynamic Signs Remotly for
- Machine Learning Tasks
- Validating Data
- Many More..
DSC uses a number of open source projects to work properly:
- Django - Python Web Framework
- Sementic UI - awesome modern CSS
- Firebase - as file storage
- jQuery - for frontend actions
For Python dependencies view requirement.txt
DSC itself is open source with a public repository on GitHub.
DSC requires Python v3.6+ to run.
Install the requiements and start the server.
git clone https://github.com/krypto-i9/dsc.git
cd dsc
python3 -m venv ./env
source ./env/bin/activate
pip install -r requirements.txt
./manage.py runserver
Then open browser and goto
127.0.0.1:8000
Download and Extract the DSC. Then run this in CMD
cd dsc
python -m venv ./env
env\Scripts\activate.bat
pip install -r requirements.txt
python manage.py runserver
Then open browser and goto
127.0.0.1:8000
Docker Not Available Yet.