Skip to content

tomo-cps/Visual-GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual-GPU

Frontend

This repository is an application that can visualize GPU availability! The backend is created in Python and the frontend in Vue3.js Vuetify3.

npm install 
npm run serve

Backend

bash setup.sh USER_NAME YOUR_PYTHON_SOFTWARE

ex. bash setup.sh tomo anaconda3

If it doesn't work, check the port and add the following code to /etc/init.d/my_iptables_on.sh

iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 8000 -j ACCEPT

Sample Image

Screenshot 2023-07-31 at 15 54 07

Sample Gif

※ It takes a little time to load.

Sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published