Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavindsouza/photos
Open source "alternative" to Google Photos (for Frappe)
https://github.com/gavindsouza/photos
Last synced: about 1 month ago
JSON representation
Open source "alternative" to Google Photos (for Frappe)
- Host: GitHub
- URL: https://github.com/gavindsouza/photos
- Owner: gavindsouza
- License: mit
- Created: 2020-11-03T06:02:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T10:14:44.000Z (over 1 year ago)
- Last Synced: 2024-09-01T08:04:51.717Z (4 months ago)
- Language: Python
- Homepage: http://photos.gavv.in/
- Size: 163 KB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-frappe - Photos - AI powered Image classification & labelling similar to Google Photos in Desk. (Uncategorized / Uncategorized)
README
## Photos
AI Powered Facial Recognition & Photos Clustering (like Google Photos) for your Frappe sites.
[![Try on Frappe Cloud](https://github.com/gavindsouza/photos/raw/main/.github/assets/try-on-fc.png)](https://frappecloud.com/marketplace/apps/photos?referrer=a6d8da54)
#### Demo
Clone the repo and run `docker compose up` in the demo folder to spin up a demo instance :)
#### Usage
You may follow these steps to try out Photos:
1. Login to Desk
1. Upload a new Image file
1. Navigate to the latest Photo Document
1. Scroll down to see the human faces detected
1. Click on each face to show label & more information
1. If label is not set for a given ROI, add itPhotos gets better the more images you store and the more people you label. It may make a few mistakes guessing the names of the people, but it gets better with more data!
#### Installation
Installation is pretty straightforward **IF** you're accustomed to [Frappe](https://frappeframework.com) Apps:
1. `bench get-app https://github.com/gavindsouza/photos`
1. `bench --site photos-site install-app photos`If you don't know that and still want to try it out, here's the Frappe documentation for the same - https://frappeframework.com/docs/v14/user/en/installation.
#### More Information
This project consists of:
- Photos: A Frappe App that contains the backend logic & Admin views
- Gallery: A Vue 3 App that contains the tailored gallery UI _[WIP]_#### Motivation
The initial inspiration for this project was to be an `Open Source Alternative to Google Photos`. However, I've only been able to make a week's time for this in 2 years. If you're seriously looking for an open source alternative to Google Photos, I'd recommend https://photoprism.app/ which is everyting I wanted to build when I thought of doing this back in 2018 ^_^
#### License
[MIT](LICENSE)