An open API service indexing awesome lists of open source software.

https://github.com/thomashawk11/ollama-package-manager

Choose the model that's right for you
https://github.com/thomashawk11/ollama-package-manager

ai llama3 mistralai ollama ollama-python

Last synced: about 1 month ago
JSON representation

Choose the model that's right for you

Awesome Lists containing this project

README

        

# Ollama Package Manager

This project is designed to manage Python packages and models for the 'ollama' package. It can check if a package is installed and install a package if needed. It can also read models from a library, and display the models to the user.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

What things you need to install the software and how to install them

* Python 3.x
* pip
* requests
* lxml

### Installing

A step by step series of examples that tell you how to get a development environment running

1. Clone the repository to your local machine
```
git clone https://github.com/ThomasHawk11/ollama-package-manager.git
```
2. Install the required packages
```
pip install requests lxml
```
3. Run the ollama_runner.py file
```
python ollama_runner.py
```

## Built With

* [Python](https://www.python.org/) - The programming language used
* [pip](https://pip.pypa.io/en/stable/) - The package manager for Python
* [requests](http://docs.python-requests.org/en/master/) - The HTTP library for Python
* [lxml](https://lxml.de/) - The HTML and XML parsing library for Python

## Authors

* **ThomasHawk** - *Initial work* - [GitHub Profile](https://github.com/ThomasHawk11)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details