https://github.com/shekharp1536/alpha
ollama web_ui simple and easy
https://github.com/shekharp1536/alpha
ollama ollama-api ollama-gui ollama-interface ollama-ui ollama-webui
Last synced: 7 months ago
JSON representation
ollama web_ui simple and easy
- Host: GitHub
- URL: https://github.com/shekharp1536/alpha
- Owner: shekharP1536
- License: mit
- Created: 2024-05-02T18:05:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T17:11:01.000Z (over 1 year ago)
- Last Synced: 2025-01-12T22:11:24.976Z (9 months ago)
- Topics: ollama, ollama-api, ollama-gui, ollama-interface, ollama-ui, ollama-webui
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ollama Simple Web Ui : A user friendly simple web UI
Alpha UI : Simple web Ui for Ollama
## Feature
**Simple and user friendly** : Alpha_UI for ollama simple webui without any other depedency
## Requirement
**Ollama** : Ollama Should be installed on your system
**Web Browser** : You just need Web browser 😊
## How to install Ollama
### For Windows user without WSL (Window Subsystem For Linux)
Visit Ollama Official website to Download ([Ollama](https://ollama.com/)) and download for Windows
OR Vist Directly to Official [Download page](https://ollama.com/download/mac)### For windows User with WSL (Window Subsystem For Linux)
Windows User with WSl enabled can install in on cmd
```bash
curl -fsSL https://ollama.com/install.sh | sh
```
### For Mac user
Visit Ollama Official website to Download ([Ollama](https://ollama.com/)) and download for mac
OR Vist Directly to Official [Download page](https://ollama.com/download/mac)## Usage
### After succesfull installation of Ollama in your system You can try to pull some model
### llama2
#### -- By Meta
```bash
ollama pull llama2
```
### phi
#### -- By Microsoft```bash
ollama pull phi
```### To run these model
```bash
ollama run --modelname
```
##### Example for ollama2```bash
Ollama run llama2
```
## For AlphaUI
Just colne this repo and open index.html```bash
git colne https://github.com/shekharP1536/Alpha_ui.git
```
And open index.html## License
This project is license under MIT License
#### Created by [ShekharP1536](https://github.com/shekharP1536) - Let's make ollama simple and more amazing together ! 💪