dinhanhthi / mountain-vs-beach

β›°πŸ– A small project to build a classifier: mountain vs beach.

Home Page:https://dinhanhthi.github.io/mountain-vs-beach/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

β›°πŸ– A small project to build a classifier: mountain vs beach.

https://dinhanhthi.github.io/mountain-vs-beach/


Languages

Language:HTML 88.3%Language:Jupyter Notebook 11.6%Language:JavaScript 0.1%Language:CSS 0.0%Language:SCSS 0.0%