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
- Host: GitHub
- URL: https://github.com/daily-utils/contourpredictor
- Owner: Daily-Utils
- Created: 2024-10-05T20:28:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T18:25:11.000Z (over 1 year ago)
- Last Synced: 2025-05-17T10:39:31.472Z (about 1 year ago)
- Topics: machine-learning, machine-learning-algorithms, python, qt6-gui
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
```