/ollama-package-manager

Choose the model that's right for you

Primary LanguagePythonMIT LicenseMIT

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
  1. Install the required packages
pip install requests lxml
  1. Run the ollama_runner.py file
python ollama_runner.py

Built With

  • Python - The programming language used
  • pip - The package manager for Python
  • requests - The HTTP library for Python
  • lxml - The HTML and XML parsing library for Python

Authors

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