UNIVOS Inference Engine (AI)
Installation Instructions Setting up Windows for Univos Basic User installation: Install The Following programs:WinRAR 64Bit (To Extract The Compressed Files) Python 3.10.11(64Bit)Trust us, you need this specific version of python.CUDA Developer Toolkit(Installs all runtime + dev libraries. Easier one click solutions, but 4gb of space required, No need to pay or sign up for anything). User Instructions for Installing CUDA Libraries with PowerShell Extra Resources: https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html + Advanced User Installation: Open PowerShell: Press Windows + X and choose "Windows PowerShell" or "Windows Terminal," then run it as administrator. Check for NVIDIA GPU: Before proceeding, ensure you have an NVIDIA GPU. - Enter on PowerShell: Get-WmiObject Win32_VideoController | Select-Object Name Update Python Packages: Upgrade pip, setuptools, and wheel. - Enter on PowerShell: py -m pip install --upgrade setuptools pip wheel In