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

https://github.com/itsron143/calibcv

Automatic XY Calibration for Aether 3D BioPrinter using Computer Vision
https://github.com/itsron143/calibcv

3d-printing 3dprinter bioprinting calibration calibration-image opencv-python

Last synced: 5 months ago
JSON representation

Automatic XY Calibration for Aether 3D BioPrinter using Computer Vision

Awesome Lists containing this project

README

          

# CalibCV: XY-Calibration-3D-Printer
Automatic XY Calibration for Aether 3D BioPrinter using Computer Vision

> Demo can be found [here](https://xy-calibration-3d-printer.herokuapp.com/).

# About
CailbCV allows the XY Calibration of multiple extruders of Aether 3D Bio-Printer using OpenCV.

_Note_ - The web app is in its early stages and works only for the above specified printer.

# Running the web app locally
## Installation
- Clone the repository
```
$ git clone https://github.com/itsron717/XY-Calibration-3D-Printer.git
```
- Move into the repository
```
$ cd XY-Calibration-3D-Printer
```
- Install the required packages
```
$ pip install -r requirements.txt
```
- Run the server
```
$ python app.py
```

## License

The MIT License (MIT)

Copyright (c) 2020 [Rounak Vyas](https://www.linkedin.com/in/itsron143/)