/mountain-vs-beach

⛰🏖 A small project to build a classifier: mountain vs beach.

Primary LanguageHTML

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