This website requires JavaScript.
Explore
Help
Register
Sign In
askill
/
FacialRecognition-Demo
mirror of
https://github.com/Askill/FacialRecognition-Demo.git
Watch
1
Star
0
Fork
You've already forked FacialRecognition-Demo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd82436d8d
FacialRecognition-Demo
/
run.py
6 lines
82 B
Python
Raw
Normal View
History
Unescape
Escape
started
2020-03-15 19:02:37 +00:00
from
application
import
app
.
2020-03-15 23:31:07 +00:00
app
.
run
(
host
=
"
localhost
"
,
port
=
'
10024
'
,
debug
=
True
)
started
2020-03-15 19:02:37 +00:00
ORM works I think
2020-03-15 22:15:40 +00:00