Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xavierjiezou/gpu-compute-capability
An application for querying the computing power of each gpu released by NVIDIA.
https://github.com/xavierjiezou/gpu-compute-capability
cuda gpu nvidia
Last synced: 3 days ago
JSON representation
An application for querying the computing power of each gpu released by NVIDIA.
- Host: GitHub
- URL: https://github.com/xavierjiezou/gpu-compute-capability
- Owner: XavierJiezou
- Created: 2022-04-18T09:03:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T04:04:07.000Z (almost 3 years ago)
- Last Synced: 2024-12-05T11:15:33.125Z (2 months ago)
- Topics: cuda, gpu, nvidia
- Language: Python
- Homepage: https://share.streamlit.io/xavierjiezou/gpu-compute-capability/main/app.py
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPU-Compute-Capability
An application for querying the computing power of each gpu released by NVIDIA.
## Install
```bash
pip install -r requirements.txt
```## Usage
```bash
git clone https://github.com/XavierJiezou/GPU-Compute-Capability.git
cd GPU-Compute-Capability
pip install -r requirements.txt
python script/spider.py
python script/display.py
python script/db.py
streamlit run app.py
```## Deploy
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/xavierjiezou/gpu-compute-capability/main/app.py)
## References
> - [Requests: HTTP for Humans™](https://docs.python-requests.org/en/latest/)
> - [Beautiful Soup Documentation](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
> - [Welcome to Rich’s documentation!](https://rich.readthedocs.io/en/latest/)
> - [json — JSON encoder and decoder](https://docs.python.org/3/library/json.html)
> - [sqlite3 — DB-API 2.0 interface for SQLite databases](https://pysqlite.readthedocs.io/en/latest/sqlite3.html)