An open API service indexing awesome lists of open source software.

https://github.com/sunilcz/panoramer-api

API for panoramer
https://github.com/sunilcz/panoramer-api

feature-extraction feature-matching image-mosaic image-processing image-stitching levenberg-marquardt opencv panorama ransac sift

Last synced: 21 days ago
JSON representation

API for panoramer

Awesome Lists containing this project

README

          

## Getting started

### Create virtual environment

```bash
python3 -m venv venv
```

### Activate the virtual environment

```bash
. venv/bin/activate
```

### Install packages

```bash
pip install -r requirements.txt
```

### Run flask application

```bash
flask run
```