Skip to content
/ deepdemo Public template

The startup code for the demonstration of deep learning models.

Notifications You must be signed in to change notification settings

deepcodebase/deepdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The startup code for the demonstration of deep learning models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors