Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to install dependencies, do the following commands :

python -m venv venv
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate

pip install -r requirements.txt

to launch the application on the cpu, run the following command :

# if not on the virtual environment, activate it first
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate

python app/main.py

to launch the application on the gpu, run the following command :

# if not on the virtual environment, activate it first
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate
python app/main_compute_shader.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages