Skip to content

dinhanhthi/mountain-vs-beach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mountain vs Beach Classifier

Hello, I'm a classifier. πŸ€—
I can tell you whether an image you indicate is a mountain ⛰️ or a beach πŸ–οΈ or their related things 🌊 🌳 (ocean, sea, forest, mainland,...).

Overview

Dev locally

# Serve locally (if you use python)
python3 -m http.server 9999
# Browse: http://0.0.0.0:9999/
# Serve locally (if you use nodejs)
npm install # install http-server
http-server --port 9999
# Browse: http://127.0.0.1:9999/
# For converting css/custom.scss to css/custom.css
npm run css-watch