/deepdemo

The startup code for the demonstration of deep learning models.

Primary LanguageVue

DeepDemo

A simple demo template powered by Vue and Flask.

Basic functions

  • Vue
  • Flask
    • CORS
    • sample RESTful api
  • TailwindCSS
  • Fontawesome
  • Lodash

Quick start

  1. Install dependencies
# Install python packages
pip install -r requirements.txt

# Install node packages
cd client
yarn install
  1. Launch api server first
python core.py serve_api --port 9000
  1. Launch ui server in another command line
python core.py serve_ui
  1. Visit the url of the ui server