rsobt / flask_api

WIP : ハッカソン等でAPI/Websiteを簡単に用意したいときのためのベース

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to start

cd flaskbook_api
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt

If you fail to install torch search appropriate version at official site and use it.

Environment

  • Ubuntu 18.04
  • CPU only
  • WSL2

Usage

flask run

About

WIP : ハッカソン等でAPI/Websiteを簡単に用意したいときのためのベース


Languages

Language:Python 94.5%Language:Shell 5.5%