サンプルDjangoアプリ ==== * ただのHello, Worldアプリ(sample_app) * 物体検出アプリ(detect_app) ## 詳細 説明不要 ## 必要なもの * python3 ## 使い方 ```bash python manage.py runserver ``` ## インストール ```bash python3 -m venv env source env/bin/activate pip install -r requirements.txt sh download.sh ``` ## ライセンス [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE) ## 作者 [first_user](https://twitter.com/firstuser17)