Skip to content

Land Lines是一个非常有趣的Chrome Web尝试,来找到地球的卫星图片。类似让用户来涂鸦。这个应用没有任何的服务端请求:它整个都运行在浏览器,要多亏机器学习的聪明使用,和WebGL的非常棒的性能表现,甚至在移动设备上

License

Notifications You must be signed in to change notification settings

summerskyhk/landlines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Land Lines

This is the source code for Land Lines. For more information about how the project came together, check out the case study.

To run the site locally

You can run a simple python server to host the site

pushd www; python -m SimpleHTTPServer; popd

which you can reach at http:https://localhost:8000/

Deployment to App Engine

  1. Install the Go SDK for App Engine
  2. Update Makefile with your AppID
  3. run the command: make deploy

About

Land Lines是一个非常有趣的Chrome Web尝试,来找到地球的卫星图片。类似让用户来涂鸦。这个应用没有任何的服务端请求:它整个都运行在浏览器,要多亏机器学习的聪明使用,和WebGL的非常棒的性能表现,甚至在移动设备上

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • HTML 25.3%
  • Other 0.9%