DGC is a program for user to find the details about their GPU with measure it averages and have other mode for comparison both of this mode will show user a different type of graph and text to allow user to easy to understand.
the requirement Package : pip install -r requirements.txt
- Python at least 3.10.4
python --versionif lower than please consider install the latest version from Python.org
You can start run the program by using
python main.py
On the menu, users will see an overall picture of our dataset on the right, where we chose to present important information as a whole so that the user knows the size of the data and display the key values as a graph, while on the left side, a panel that displays the initials and represents the year of the data available, and two buttons that are responsible for navigating the other two layouts.
This is compare mode it activates after trigger from event button in menu.py it will top bar and the rest is white background after entry input and press compare it will show the rest component that will show details of both GPU, statistics and visual graph
this mode will allow user to find it details about their GPU and show them the important data with short summary and statistics to let our user understand their GPU performance and component.
Sequence Diagram for detailMode

- Origin data from : 🟩NVIDIA & AMD🟥 GPUs Full Specs💠 Kaggle.com
- This code under MIT license : LICENSE



