Metadata-Version: 2.1
Name: solo-cli
Version: 0.1.1
Summary: A CLI tool to manage and recommend machine learning models based on system GPU and memory.
Home-page: https://github.com/AIEngineersDev/solo-cli
Author: Dhruv Diddi
Author-email: dhruv.diddi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: GPUtil
Requires-Dist: psutil
Requires-Dist: tqdm
Requires-Dist: requests

# Solo CLI

**Portable, Powerful, and Private AI Hub through a Versatile CLI**

## Summary

Solo CLI is a command-line tool designed to provide a portable, powerful, and private AI hub. It allows users to set up, manage, and deploy AI models seamlessly on their local machines. With Solo CLI, you can harness the power of AI anywhere, anytime, without compromising on privacy or performance.

# solo-cli

A CLI tool to manage and recommend machine learning models based on system GPU and memory.

## Installation

First, clone the repository:

```bash
git clone <repository-url>
cd solo-cli
