Skip to content

Aura-Decor/3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Reconstruction API

This project provides an API that accepts a ZIP file containing images, processes them using Meshroom to generate 3D reconstructions, and returns the output as a ZIP file.

Features

  • Upload Images: Submit a ZIP file of images to the API.
  • 3D Reconstruction: Automatically process the images using Meshroom.
  • Download Results: Retrieve the reconstructed 3D model as a ZIP file.

Installation

  1. Clone the Repository:
    git clone https://github.com/Aura-Decor/3D.git
   cd 3D

Prerequisites

  • Python 3.9 or higher: Ensure you have Python installed on your system.
  • Cloning Meshroom
wget https://github.com/alicevision/Meshroom/releases/download/v2019.1.0/Meshroom-2019.1.0-linux.tar.gz.
tar -xzf Meshroom-2019.1.0-linux.tar.gz -C ./
  • Install Dependencies
python -m venv venv
source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt

Usage

  • Start the API Server
uvicorn main:app --reload --host 0.0.0.0 --port 5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published