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

https://github.com/daily-utils/contourpredictor

Predict A certain contour at any point
https://github.com/daily-utils/contourpredictor

machine-learning machine-learning-algorithms python qt6-gui

Last synced: 9 months ago
JSON representation

Predict A certain contour at any point

Awesome Lists containing this project

README

          

# Contour Predictor

## Before Starting

Just make sure to export this variable

```shell
export PYTHONPATH=/home/siddharth/drive/ContourPredictor
```

On Windows simply do the below

```powershell
$env:PYTHONPATH="C:\Users\siddharth\drive\ContourPredictor"
```