Skip to content

dinhanhthi/mountain-vs-beach

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

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