Skip to content

yblis/OllamaManagerUI

Repository files navigation

Ollama Model Manager

Ollama Model Manager Interface

Description

A web interface to manage your Ollama models, built with Flask and Semantic UI.

Features

  • Model management (search, download, delete, configure)
  • Dark/Light mode (To improve)
  • Responsive interface
  • Model usage statistics (Not yet)
  • Model configuration (In progress, not working yet for Huggingface's models)
  • Model comparison (In progress)
  • Search and pull models directly from HuggingFace or Ollama.com
  • English and French languages

Requirements

  • Python 3.8+
  • Ollama installed and running
  • pip or another Python package manager

Installation

  1. Clone the repository:
git clone https://github.com/yblis/OllamaManagerUI.git
cd OllamaManagerUI
  1. Install dependencies:
pip install -r requirements.txt
  1. Configuration:
  • Create a .env file and configure the Ollama server URL:
OLLAMA_SERVER_URL=http://localhost:11434
  1. Start the application:
python main.py

The application will be accessible at http://localhost:5000

Usage

  • Access the web interface through your browser
  • Use the theme button at the top left to switch between light and dark modes
  • Manage your models through the intuitive interface
  • View usage statistics
  • Configure models individually or in batches

Contribution

Contributions are welcome! Feel free to open an issue or a pull request.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published