- Windows 7 or later
- CUDA version 10+
- List of NVIDIA Graphics cards supporting CUDA 10+ https://gist.github.com/standaloneSA/99788f30466516dbcc00338b36ad5acf
https://www.anaconda.com/products/individual
Important: Make sure to select "Add Anaconda(3) to the system Path environment variable" during installation as shown below
Click here to download 4SM application
In the root folder of the unzipped project, double click on the following script
windows_install_libs.bat
This step will create Anaconda's environment and install all python dependencies
To run your application, simply double click on the batch script in the root folder of the project
windows_start_app.bat
A new browser will open with 4SM app running on the following URL: http://localhost:8501
Please note that if you are using an older version of Internet Explorer, copy the above URL and paste it in Google Chrome, Microsoft Edge, or Firefox
If double clicking on the batch files is not working because it cannot find Anaconda executable path, you can always run Anaconda bash mode as shown below
- Activate "Anaconda prompt"
- Navigate to the root folder of the application and install the dependencies by running
windows_install_libs.bat
- Run the application by running
windows_start_app.bat
Make sure you are not using an older version of internet explorer. It is recommended to use Google Chrome, Microsoft Edge, or FireFox