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
- Host: GitHub
- URL: https://github.com/thomashawk11/ollama-package-manager
- Owner: ThomasHawk11
- License: mit
- Created: 2024-06-05T19:11:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T19:16:38.000Z (11 months ago)
- Last Synced: 2024-07-26T16:03:34.618Z (9 months ago)
- Topics: ai, llama3, mistralai, ollama, ollama-python
- Language: Python
- Homepage: https://github.com/ollama/ollama
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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