You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
first_user f4654dcf48 modelダウンロードに必要なものを追記 4 years ago
.vscode 初回コミット 4 years ago
detect_app phase2 4 years ago
sample_app Hello,World! 4 years ago
sample_site Phase1コミット 4 years ago
.gitignore phase2 4 years ago
download.sh phase2 4 years ago
manage.py 初回コミット 4 years ago
readme.md modelダウンロードに必要なものを追記 4 years ago
requirements.txt phase2 4 years ago

readme.md

サンプルDjangoアプリ

  • ただのHello, Worldアプリ(sample_app)
  • 物体検出アプリ(detect_app)

詳細

説明不要

必要なもの

  • python3
  • sh実行環境
  • tar
  • wget

使い方

python manage.py runserver

インストール

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
sh download.sh

ライセンス

MIT

作者

first_user