https://github.com/shekharp1536/ollamaweb
Simple web UI for Ollama
https://github.com/shekharp1536/ollamaweb
llama2 ollama ollama-gui ollama-ui ollama-webui
Last synced: 7 months ago
JSON representation
Simple web UI for Ollama
- Host: GitHub
- URL: https://github.com/shekharp1536/ollamaweb
- Owner: shekharP1536
- License: mit
- Created: 2024-05-29T17:12:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T17:14:00.000Z (over 1 year ago)
- Last Synced: 2024-10-17T20:51:05.062Z (about 1 year ago)
- Topics: llama2, ollama, ollama-gui, ollama-ui, ollama-webui
- Language: JavaScript
- Homepage:
- Size: 251 KB
- Stars: 1
- 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 clone [https://github.com/shekharP1536/Alpha_ui.git](https://github.com/shekharP1536/ollamaWeb.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 ! 💪