A package for making predictions using a pre-trained ONNX floorplan model
Project description
Smart Floorplan Predictor
A Python package for making predictions using a pre-trained ONNX floorplan model.
Installation
pip install smart-floorplan-predictor
Usage
from smart_floorplan_predictor import FloorplanPredictor
# Initialize the predictor
predictor = FloorplanPredictor()
# Make a prediction
# Replace input_data with your actual input data format
result = predictor.predict(input_data)
print(result)
Features
- Automatic model downloading if not present locally
- Easy-to-use prediction interface
- ONNX runtime integration
- Built-in input preprocessing
Requirements
- Python >= 3.7
- onnxruntime
- numpy
- requests
License
MIT License
Author
BaseTeach
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smart_floorplan_predictor-0.1.0.tar.gz.
File metadata
- Download URL: smart_floorplan_predictor-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85bca033425887fda84719508f49f9847faf1a946fd4289b0654d9d3915570f9
|
|
| MD5 |
7f957bf016ca4a148c8ee120adef2613
|
|
| BLAKE2b-256 |
432dcfbfe9d209311565f79c706bb8a09ea3f5905bdaae97102f82323c5c6eda
|
File details
Details for the file smart_floorplan_predictor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: smart_floorplan_predictor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88c09446ed417e8a5d8e4619a5cec02c37f9ef3b8391db6105214d0bfe3eb7a1
|
|
| MD5 |
7b9244808db804e22555d9b54d97b2be
|
|
| BLAKE2b-256 |
7e58c5d9db8ded18a2c308a352c573d5167f5ad41cf01162fa5356d4cfe02b24
|