All Projects → shentar → jAlbum

shentar / jAlbum

Licence: LGPL-2.1 license
a java web photo manager

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to jAlbum

java-crud-api
No description or website provided.
Stars: ✭ 24 (-46.67%)
Mutual labels:  restful
seal
django-base-templates 主要为 django 开发DEMO, 支持 非前后端分离 和 前后端分离模式 。
Stars: ✭ 118 (+162.22%)
Mutual labels:  restful
elivepatch-client
Flexible Distributed Linux Kernel Live Patching
Stars: ✭ 23 (-48.89%)
Mutual labels:  restful
OkSimple
OkSimple :powerful and simple okhttp network library
Stars: ✭ 57 (+26.67%)
Mutual labels:  restful
FluentSimulator
A fluent syntax .NET REST/HTTP API simulator for automated unit and UI testing.
Stars: ✭ 23 (-48.89%)
Mutual labels:  restful
lumen-boilerplate
Opinionated way to start a new Lumen project.
Stars: ✭ 20 (-55.56%)
Mutual labels:  restful
restofus
Restofus - a cross-platform (REST) API client.
Stars: ✭ 18 (-60%)
Mutual labels:  restful
idealyard
使用 Vue 和 Flask 搭建前后端分离的 RESTful 个人博客
Stars: ✭ 112 (+148.89%)
Mutual labels:  restful
aws-s3-backup
This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments. 🚀
Stars: ✭ 67 (+48.89%)
Mutual labels:  backup-solution
voter-service
The Voter Spring Boot RESTful Web Service, backed by MongoDB, and uses RabbitMQ for IPC
Stars: ✭ 53 (+17.78%)
Mutual labels:  restful
koa-better-router
❤️ Stable and lovely router for `koa`, using `path-match`. Foundation for building powerful, flexible and RESTful APIs easily.
Stars: ✭ 88 (+95.56%)
Mutual labels:  restful
rusqbin
A server that stashes your requests for later retrieval so you can do end-to-end testing of code that makes HTTP calls. Available as a binary, a Docker image, and a library.
Stars: ✭ 25 (-44.44%)
Mutual labels:  restful
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+97.78%)
Mutual labels:  restful
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (-37.78%)
Mutual labels:  album
symfony-angular-todomvc
An implementation of TodoMVC using AngularJS and Symfony REST Edition
Stars: ✭ 94 (+108.89%)
Mutual labels:  restful
cover4mp3
[Deprecated] Fetching album covers for your songs.
Stars: ✭ 12 (-73.33%)
Mutual labels:  album
koa-restful-boilerplate
A boilerplate for koa2 RESTful API development
Stars: ✭ 31 (-31.11%)
Mutual labels:  restful
JiosaavnAPI
Unofficial JioSaavn API Written in Javascript
Stars: ✭ 68 (+51.11%)
Mutual labels:  album
httpdump
A complete openresty-based tool for dumping http request & response in json format log.
Stars: ✭ 15 (-66.67%)
Mutual labels:  restful
spring-boot-crud-example
Spring Boot + MyBatis + Thymeleaf实现简单留言板应用
Stars: ✭ 17 (-62.22%)
Mutual labels:  restful

jAlbum

这是一个使用Java语言编写的本地照片管理系统。使用BS架构。服务端采用Servlet提供RESTful风格接口和动态页面供浏览器直接访问,集成照片Exif信息处理、视频流信息处理和人像识别等技术,集成本地和Amazon S3云存储同步备份功能。服务端提供后台任务扫描指定目录,并收集指定后缀名的照片文件,生成照片库,识别照片HASH指纹、长宽比、拍摄时间等,最终按照拍摄时间生成年、月、日、人像归集的归档页面,并根据配置信息将数据保存到远端云存储上面(S3)。对于重复照片只会显示一份。相册界面可自适应兼容桌面操作系统浏览器和移动操作系统浏览器。项目主页:主页

This is a local photo management system written with the Java language. Using B/S architecture. The server uses Servlet to provide RESTful style interface and dynamic page for direct access to the web browser, integrated photos Exif information processing, video stream information processing and face recognition technology, integrated local and Amazon S3 cloud storage synchronous backup function. Service provides a background task scans the specified directory, and collect the specified suffix photos, then generate a photo gallery. HASH fingerprint is used to recognize the duplicate pic fils. The shooting time in Exif is used to sort all the files. By identifying the picture's aspect ratio, set the appropriate display size on a Web page. Eventually in time axis to generate a year, month, and day dimensions page. HomePage of jAlbum:HomePage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].