Origami

screenshot of Origami
express
flask
react
bootstrap
scss
ant-design
material-ui

:unlock: :key: :closed_lock_with_key: Origami: Artificial Intelligence as a Service

Overview

Origami is an innovative AI-as-a-service platform designed to simplify the process of deploying deep learning models as online services. This tool eliminates the complexities involved in setting up infrastructure, resolving dependencies, and creating web services, making it accessible to a broader audience, including developers, researchers, and students. By providing a straightforward solution to access any AI model through a simple REST API call, Origami aims to lower the barriers to entry in the AI landscape.

One of the standout features of Origami is its potential to quickly convert machine learning code into a web-based demo that others can easily test without delving into the intricate implementation details. This platform is currently under active development, welcoming contributions from the community to enhance its functionalities further.

Features

  • Ease of Use: Origami simplifies the deployment process, allowing users to convert deep learning models into accessible online services without the need for complicated setup.

  • REST API Integration: Access any AI model with a single REST API call, streamlining the way developers and researchers interact with their machine learning projects.

  • Web-Based Demos: Quickly create web-based demonstrations of your machine learning code, enabling others to test models effortlessly.

  • Active Development: The project encourages community contributions, ensuring continuous improvements and updates based on user feedback and collaboration.

  • Virtual Machine Setup: Easily deploy Origami using a virtual machine, with clear installation instructions for environments like Ubuntu 16.04 LTS.

  • Compatibility with Docker: The platform is designed to work effectively with Docker, enhancing the deployment and scaling of applications built on Origami.

  • Support for Windows Users: Instructions for setting up Origami on Windows through VirtualBox provide a user-friendly solution for Windows-based developers.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.