Tech Soft 3D tutorials of python CAD framework for machine learning development. Requires HOOPS AI
This repository provides a collection of tutorial materials designed to help users learn and apply the HOOPS AI library.
Developed in Python, it features Jupyter notebooks that guide users through practical use cases and workflows.
🪪 1. Get Access first!
Requirements: Python > 3.9 and MiniConda (24.x) Ask your TECH SOFT 3D contact to give you acces to HOOPS AI 1.0 preview.
pip install hoops-ai-installer .........(full code to be received by email)
hoops-ai-installer install --mode cpu
hoops-ai-installer install --mode gpu
Note: Set license in environmental variable before starting up Jupyter.
Download the input data for the notebooks
Go to: https://transfer.techsoft3d.com/link/uu80PL9LRSyasrOuyBLNKL
Open a cmd in the location of this repo. If HOOPS AI is installed, then activate the environment of you choice (cpu or gpu):
conda activate hoops_ai_gpuor
conda activate hoops_ai_cputhen run inside the environment the jupyter lab command:
jupyter labA browser will open with your local folder, in the environment double click the folder notebooks and follow each notebook instructions.
If you have never used jupyter notebook for python code, you can learn the basics here: https://justinbois.github.io/bootcamp/2020_fsri/lessons/l01_welcome.html
Each notebook contains step-by-step instructions and annotations. Proceed through each notebook in order, running the cells interactively.
hoops_ai_tutorials/
│
├── notebooks/ # Jupyter notebooks for each tutorial
├── packages/ # Downloaded binary assets (unzipped before accesing them)
└── README.md
|___ ...