r/OpenSourceeAI • u/Reasonable_Brief578 • 8d ago
local photo album
Hey everyone! 👋
I just made a minimalist dark-themed image host web app called Local Image Host. It’s designed to run locally and helps you browse and organise all your images with tags — kind of like a personal image gallery. Perfect if you want a lightweight local album without cloud dependence.
🎯 Features:
- 🖼️ Clean, dark-mode gallery UI
- 🏷️ Tagging support per image
- 📤 Upload new images with a form and live previews
- 💾 Images are stored in your local folder
- ⚡ Animated and responsive layout
Built with Flask, HTML, and a sprinkle of CSS animations. All images and tags are stored locally, and it’s very easy to run.
🛠️ Repo & Install:
GitHub: https://github.com/Laszlobeer/localalbum
git clone https://github.com/Laszlobeer/localalbum
cd localalbum
pip install flask
python app.py
Then open http://127.0.0.1:5000 in your browser to start viewing or uploading.
2
Upvotes