Giter Club home page Giter Club logo

openisr's Introduction

OpenISR

OpenISR - Scale your images with AI

License


Looks

You can list, upload, and delete images from the main page.

OpenISR - Images OpenISR - Images

You can process your images and download them afterward.

OpenISR - Process OpenISR - Process

Installation

For Docker:

docker pull lovindata/openisr:latest

Note: The image supports Windows, Linux, and MacOS, specifically amd64 and arm64.

Get started

For Docker:

docker run -p 8000:8000 lovindata/openisr:latest

For Docker Compose:

version: "3.8"
services:
  openisr:
    image: lovindata/openisr:latest
    ports:
      - "8000:8000"

Then go to http://localhost:8000.

Advanced

Environment variables:

Variable Default Description
OPENISR_PROD_MODE True Set at docker level, must never be overwritten.
OPENISR_API_PORT 8000 Application port.
OPENISR_PROCESS_TIMEOUT_IN_SECONDS 60 Image maximum processing time in seconds.

Data:

The persistent data is located at: /app/backend/data/openisr.db.

Example:

version: "3.8"
services:
  openisr-advanced:
    image: lovindata/openisr:latest
    ports:
      - "5000:5000"
    environment:
      - OPENISR_API_PORT=5000
      - OPENISR_PROCESS_TIMEOUT_IN_SECONDS=30
    volumes:
      - ./data:/app/backend/data

Contribution

This repository includes UI/UX design, Frontend, Backend, and DevOps components. Please check each README.md file for more details.

openisr's People

Contributors

lovindata avatar

Stargazers

 avatar Mahmoud Rusty Abdelkader avatar  avatar Nikita Kotov avatar Rafael Bettini Dias avatar Andreas Bader avatar huyunlei avatar  avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

wanghaisheng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.