Showing 26 open source projects for "storage back up"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Fresco

    Fresco

    An Android library for managing images and the memory they use

    Fresco’s image pipeline will load images from the network, local storage, or local resources. To save data and CPU, it has three levels of cache; two in memory and another in internal storage. Fresco’s Drawee shows a placeholder for you until the image has loaded and then automatically shows the image when it arrives. When the image goes off-screen, it automatically releases its memory. A decompressed image - an Android Bitmap - takes up a lot of memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    RestorePhotos.io

    RestorePhotos.io

    Restoring old and blurry face photos with AI

    ...The project is production-oriented, not just a toy: it uses Bytescale for storage and image processing, Vercel for hosting and serverless functions, Auth.js + Neon for authentication and database, and Upstash Redis for rate limiting. This combination makes it a good blueprint for building real-world AI apps that must deal with authentication, quotas, and storage as well as inference.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Milvus

    Milvus

    Vector database for scalable similarity search and AI applications

    ...Milvus’ built-in replication and failover/failback features ensure data and applications can maintain business continuity in the event of a disruption. Component-level scalability makes it possible to scale up and down on demand.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 4
    PhotoPrism

    PhotoPrism

    AI-Powered Photos App for the Decentralized Web 🌈💎✨

    PhotoPrism® is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud. Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible. That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.
    Downloads: 19 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Re-Winder

    Re-Winder

    Track & review PC activity with automated screenshots and time-lapse!

    ...It features customizable screenshot intervals (1-60 seconds), system tray integration for seamless background operation, and date-based screenshot organization. Users can play back their activities with adjustable frame rates (15-60 fps) and export time-lapse videos in MP4 or AVI formats. The software ensures efficient storage management, smart recording, and an intuitive interface with helpful tooltips. It runs as a single-instance application, preserving settings across sessions. Installation is simple, with a Windows executable bundled with JRE, requiring no additional Java installation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kisekae UltraKiss

    Kisekae UltraKiss

    Kisekae UltraKiss is a full featured integrated development environmen

    UltraKiss is a computer program that implements the Kisekae Set system, KiSS, a Japanese graphics system originally developed to facilitate costume changes on virtual dolls. UltraKiss was developed to help artists build their KiSS sets. It is a full featured viewer for all KiSS dolls, games, and visual applications. It is also a complete graphical development environment for creating KiSS applications. It fully implements the FKiSS event driven programming language up to and including...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    ThumbCreate

    ThumbCreate

    Easy to use 500 x 500 image maker

    ThumbCreate is an all in one 500 x 500 image creator that utilizes Apple's Automator tool. ThumbCreate takes up virtually NO SPACE on your Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Rayshade

    Rayshade

    Rayshade raytracer

    now gnu-ized, gcc-4.7.4 or gcc-10.2.0 A raytracer does not require custom code for (shadows, mirrors) like GL: it uses physics to simulate light to make realistic images, leaving one to specify only what is in the scene. (at a cost of speed) Rayshade is a 1990's raytracer, a great one back then (and still useful). Rayshade has an excellent easy to read yet informative User's Guide that other's could not help but copy from. (html of guide is in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pixa Pics

    Pixa Pics

    Powerful As Photoshop and Simple As Paint

    Pixa.Pics is an open-source web-based pixel art editor that combines the simplicity of Paint with the power of Photoshop, tailored specifically for pixel art creation. It offers a range of features including NFT creation and blockchain integration, making it a modern tool for digital artists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    exa

    exa

    A modern replacement for ls

    You list files hundreds of times a day. Why spend your time squinting at black and white text? exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary. Different types of file and data will be coloured differently, and the user and group columns will be highlighted for the current user. exa can display a file’s extended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rendertron

    Rendertron

    A Headless Chrome rendering solution

    ...Once you have the service up and running, you'll need to implement the differential serving layer. This checks the user agent to determine whether prerendering is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ObjectVolume

    ObjectVolume

    Calculates Volume, Surface Area & Centroid of a Closed Triangular Mesh

    The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object volume. A detailed description of the process is presented in the ObjectVolumeTutorial.doc document as well as program logic and results. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tagstoo

    Tagstoo

    Software to tag folders and files, with multimedia and epubs preview.

    Tag folders and files (including multimedia) by dragging the tags on them, you can create tags of various shapes and colors for a more intuitive classification. Precise search possibilities, with various input fields, allowing to add all the necessary tags that you want. For example, in one field you can add the tags ‘cat' and 'white' and in another field you can add the tags 'dog' and 'brown', so the search result will return all white cats and brown dogs. You can also indicate that the...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    retina.js

    retina.js

    JavaScript helpers for rendering high-resolution image variants

    retina.js makes it easy to serve high-resolution images to devices with displays that support them. You can prepare images for as many levels of pixel density as you want and let retina.js dynamically serve the right image to the user. retina.js assumes you are using Apple's prescribed high-resolution modifiers (@2x, @3x, etc) to denote high-res image variants on your server. It also assumes that if you have prepared a variant for a given high-res environment, that you have also prepared...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    purpleelephant

    purpleelephant

    Development has moved to github

    Purple Elephant is a free and open source cross-platform 2D traditional animation editor, tester, player and compositor. Part of Purple Animation Tools by O. Bahri Gordebak See Wiki for details. Note that Sourceforge project page doesn't always show the latest download. Please click Files above and browse files before download. Latest version is 1.4 right now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Image Organizer

    Image Organizer

    Organize image files into folders

    Have a large file of images that you want to sort into sub-folders easily? Image Organizer helps you sort image files into folders, with an easy drag-and-drop or keyboard controlled system. Written in C#, using WPF and shows an implementation of MVVM with a few attached behaviors to keep the code behind truly clean.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Scrapbook and Photo Album

    Consolidation of Photos and Scrapbook items

    The challenge I faced was that I have many photos in many places. I have a DSLR. I have a mobile phone and so does my wife. We go away and depending upon where, when etc depends upon exactly which device takes the photo. We also amass memorabilia as we go - nothing too exciting, but perhaps tickets and brochures from shows. There are many products out there which centralise pictures, but I wanted these features * Ability to centralise photos from all devices * Thumbnail...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    The Comic Book Wizard

    comic book archive manager

    Note: If you get an access denied error you have to run the program as administrator! The comic book wizard allows you to compress a folder of images into different archives such as cbz and zip. It now also has an archive manager that allows you to select a folder of archives such as cbr, rar and zip archives and it will automatically convert them into cbz archives and save them where you want. Some Features: preview each image to be included in the archive automatically convert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Media Library Sync - TEMPORARILY UNAVAIL

    Media Library Sync - TEMPORARILY UNAVAIL

    A Sync Tool Customised for Large Media Libraries

    --- I've removed the setup exe because it pulls the app down from a site which is no longer on-line. Once I've refactored it for local distribution I'll put it back. In the meantime you can build the app yourself from the project files if you are so inclined --- The Media Library Sync is a tool designed for syncing a large media library from a master source to multiple destinations. It allows you to specify which parts of the library you want to sync on which devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Screen Pick

    Screen Pick

    Fast screenshot capturing and sharing tool

    Screen Pick allows you to instantly grab, edit and share screenshots with anyone. There are three simple steps involved while creating a screenshot. 1. Select area - select what you want to take a screenshot of. 2. Edit - Draw lines and blur out thinks you don't want others to see. 3. Upload - Click the upload button and your screenshot will automaticly be uploaded to a image-hosting server and a link to it will be copied to your clipboard. You just have to paste it to share it with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Visual Disk Diet

    Helps you visualize the space used on your drives with colorful chart.

    Visual Disk Diet helps you visualize the space used on your drives with a colorful radial tree chart. Now you can see quickly which folders take so much space, and get rid of them (coming soon). Coded with java/processing. Feel free to use, modify or suggest ideas! It's pretty much a copy of Disk Space Fan but Open Source so it can be adapted to extended purposes (as browsing file system...) It's very fast on data drives (your data partition, usb drive...) It's NOT optimized for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NOTE: This project is on hold permanently... it was eating up too much of my life ;) It's still a good example of how to couple a WPF program with DirectX and OpenGL for 3D rendering. If others are interested in collaborating I'd come back to this or something similar. -- InsaneFX is a node-based special effects editor (written mostly in C#) and native runtime (written in C/C++).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    With high emphasis on usability we provide song presentation / song projection software for church services or general events that rival OpenLP/ZionWorx/SongPro. We have easy to learn, highly usable open source software without cutting back on featur
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Editor for ethnographic fieldnote entry and management. Content structure and mark-up conform to user supplied dtd. Sample dtd provided. Storage output is xml format file, and inbuilt transformations to other formats via xslt can be user defined.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LinPHA is an easy to use, multilingual, flexible photo/image archive/album/gallery written in PHP. It uses a SQL database to store information about your pictures. It comes with a HTML based installer, so you don't need experience in setting up SQL
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB