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
- Host: GitHub
- URL: https://github.com/itsron143/calibcv
- Owner: itsron143
- License: mit
- Created: 2020-07-11T00:04:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:43:36.000Z (over 2 years ago)
- Last Synced: 2025-05-12T23:44:16.910Z (5 months ago)
- Topics: 3d-printing, 3dprinter, bioprinting, calibration, calibration-image, opencv-python
- Language: Python
- Homepage: https://xy-calibration-3d-printer.herokuapp.com/
- Size: 9.63 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)