{"id":22264848,"url":"https://github.com/xza85hrf/ml-framework_checker","last_synced_at":"2026-04-28T23:36:52.708Z","repository":{"id":240810704,"uuid":"803523297","full_name":"Xza85hrf/ML-Framework_Checker","owner":"Xza85hrf","description":"ML Framework and CUDA Checker is a Python-based GUI application for checking PyTorch, TensorFlow, and CUDA installations. It provides detailed system specs, compatibility checks, advanced GPU management, and offers options to view instructions, export logs, and update machine learning frameworks.","archived":false,"fork":false,"pushed_at":"2024-10-02T13:41:32.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Version-2.0","last_synced_at":"2025-03-25T14:15:19.693Z","etag":null,"topics":["compatibility","cuda","gpu-management","gui-application","machine-learning","python","pytorch","system-checker","system-specs","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xza85hrf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-20T22:17:44.000Z","updated_at":"2024-10-11T14:20:43.000Z","dependencies_parsed_at":"2024-12-03T13:02:48.031Z","dependency_job_id":null,"html_url":"https://github.com/Xza85hrf/ML-Framework_Checker","commit_stats":null,"previous_names":["xza85hrf/torchcuda-check","xza85hrf/ml-framework_checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xza85hrf/ML-Framework_Checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xza85hrf%2FML-Framework_Checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xza85hrf%2FML-Framework_Checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xza85hrf%2FML-Framework_Checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xza85hrf%2FML-Framework_Checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xza85hrf","download_url":"https://codeload.github.com/Xza85hrf/ML-Framework_Checker/tar.gz/refs/heads/Version-2.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xza85hrf%2FML-Framework_Checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273587533,"owners_count":25132849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compatibility","cuda","gpu-management","gui-application","machine-learning","python","pytorch","system-checker","system-specs","tensorflow"],"created_at":"2024-12-03T10:12:23.020Z","updated_at":"2026-04-28T23:36:52.702Z","avatar_url":"https://github.com/Xza85hrf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ML Framework and CUDA Checker (Version 2.0)\n\nML Framework and CUDA Checker (formerly known as TorchCUDA Check) is an advanced Python-based GUI application that allows users to check the installation of PyTorch, TensorFlow, and CUDA on their system. It provides detailed system specifications, compatibility checks, and additional advanced features for managing NVIDIA GPUs. This version introduces support for TensorFlow, advanced GPU management features, multiple themes, and improved system diagnostics.\n\n## What's New in Version 2.0\n\n- **TensorFlow Support:** Now supports TensorFlow installation checks.\n- **Advanced Features:** Includes advanced GPU management options like enabling NVIDIA persistence mode and starting GPU logging.\n- **Theming:** Allows users to toggle between light, dark, blue, and green themes.\n- **More Detailed System Specs:** Improved system specification display with CPU, RAM, hostname, IP address, and GPU details.\n- **Regular System Updates:** Periodically updates system information every 5 seconds.\n- **Compatibility Checks:** Enhanced system compatibility checks for machine learning tasks.\n- **CLI Mode:** Allows running checks through a command-line interface.\n\n## Features\n\n- **Check PyTorch Installation:** Verifies if PyTorch is installed and displays its version.\n- **Check TensorFlow Installation:** Checks if TensorFlow is installed and shows its version.\n- **Check CUDA Availability:** Checks if CUDA is available on the system and displays its version.\n- **View System Specifications:** Provides detailed information including CPU, RAM, GPU details, hostname, and IP address.\n- **Advanced GPU Management:** Enables advanced GPU features such as NVIDIA persistence mode and GPU logging (requires NVIDIA GPUs and drivers).\n- **System Compatibility Check:** Verifies if the system meets minimum requirements for machine learning tasks.\n- **Export Logs:** Exports system logs for diagnostics and troubleshooting.\n- **Theme Selector:** Switch between light, dark, blue, and green themes for user comfort.\n- **Instruction Manual:** Built-in instructions and information on how to use the application.\n- **Check for Updates:** Quick links to official sites for checking PyTorch, TensorFlow, and CUDA updates.\n\n## Requirements\n\n- Python 3.10+\n- psutil\n- torch\n- Pillow\n- PySide6\n\n`unittest` is part of the Python standard library and does not need\nto be installed separately.\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/Xza85hrf/ML-Framework_Checker.git\n    ```\n\n2. Change to the project directory:\n\n    ```bash\n    cd ML-Framework_Checker\n    ```\n\n3. Install the required dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n### GUI Mode\n\n1. Run the application:\n\n    ```bash\n    python mlframework_checker.py\n    ```\n\n2. Use the GUI to check PyTorch, TensorFlow, and CUDA installation, view system specs, and use other advanced features.\n\n### CLI Mode\n\n1. Run the application in CLI mode:\n\n    ```bash\n    python mlframework_checker.py --cli\n    ```\n\n2. The application will run checks for PyTorch, TensorFlow, CUDA, and system specs in the command-line interface.\n\n## Logging\n\nThe application generates a log file named `system_check_\u003ctimestamp\u003e.log` in the project directory to track events and errors. This log can be exported using the \"Export Logs\" feature in the GUI.\n\n## Roadmap of Development for the Application\n\n---\n\n**Current Version:**\n- **Features:**\n  - Check PyTorch installation.\n  - Check TensorFlow installation.\n  - Check CUDA availability.\n  - View system specifications.\n  - Export logs.\n  - Check system compatibility.\n  - Check for updates for PyTorch, TensorFlow, and CUDA.\n  - Enable NVIDIA persistence mode.\n  - Open TensorFlow installation webpage.\n\n**Future Development Roadmap:**\n\n1. **Visualization Enhancements:**\n   - **Add graphs or charts** to visualize GPU usage over time.\n   - **Implement a feature** to compare multiple GPU performances.\n\n2. **Performance Testing:**\n   - **Add a system benchmark feature** to test ML framework performance.\n\n3. **Environment Management:**\n   - **Include a feature** to manage and switch between different Python environments.\n\n4. **Configuration Management:**\n   - **Implement a way** to save and load different configuration profiles.\n\n5. **User Interface Improvements:**\n   - **Enhance the UI** to make it more intuitive and user-friendly.\n   - **Add support for dark mode** to improve user experience in low-light environments.\n\n6. **Security Enhancements:**\n   - **Implement secure logging and data handling** practices.\n   - **Add user authentication** to restrict access to certain features.\n\n7. **Cross-Platform Support:**\n   - **Ensure compatibility** with major operating systems (Windows, macOS, Linux).\n\n8. **Community and Documentation:**\n   - **Create comprehensive documentation** and user guides.\n   - **Set up a community forum** for user feedback and support.\n\n---\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Older Version\n\nThe previous version of this application was known as **TorchCUDA Check**, which primarily focused on checking PyTorch and CUDA installations. While the new version (2.0) expands its functionality to include TensorFlow support and advanced GPU management, the core features of checking PyTorch and CUDA remain intact.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxza85hrf%2Fml-framework_checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxza85hrf%2Fml-framework_checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxza85hrf%2Fml-framework_checker/lists"}