Skip to content

nzx9/DSC

Repository files navigation

DSC (Dynamic Sign Collector)

DSC Repo Card

Hosted On

Heroku

Built for

DSC is built for Collect Dynamic Signs Remotly for

  • Machine Learning Tasks
  • Validating Data
  • Many More..

Packages used

DSC uses a number of open source projects to work properly:

For Python dependencies view requirement.txt

DSC itself is open source with a public repository on GitHub.

Installation

DSC requires Python v3.6+ to run.

Install the requiements and start the server.

For Linux/ MacOS (BASH/ ZSH)

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

For Windows (CMD)

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

Docker Not Available Yet.

License

BSD-3-Clause License