Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jellydn/llama2-personal-ai
Build your personal AI with the llama2 model 🤖. Easy to use, and perfect for your development needs!
https://github.com/jellydn/llama2-personal-ai
ollama
Last synced: 3 months ago
JSON representation
Build your personal AI with the llama2 model 🤖. Easy to use, and perfect for your development needs!
- Host: GitHub
- URL: https://github.com/jellydn/llama2-personal-ai
- Owner: jellydn
- Created: 2023-08-04T15:49:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T09:10:13.000Z (10 months ago)
- Last Synced: 2024-06-10T20:12:47.089Z (5 months ago)
- Topics: ollama
- Homepage:
- Size: 3.91 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
👋 Welcome to llama2-demo
Build your personal AI with the llama2 model 🤖. Easy to use, and perfect for your development needs![![IT Man - Build Your Personal AI with Llama2 [Vietnamese]](https://i.ytimg.com/vi/2wCgPa4G9H0/hqdefault.jpg)](https://www.youtube.com/watch?v=2wCgPa4G9H0)
## 🛠 Requirements
Make sure to have [ollama](https://github.com/jmorganca/ollama) installed on your machine.
## 🚀 Usage
### List All Models
```sh
❯ ollama ls
```### Web Developer
#### Create a Model
```sh
❯ ollama create web-developer -f ./models/web-developer/Modelfile
```#### Run Model
```sh
❯ ollama run web-developer
```### ADR Writer
#### Create a Model
```sh
❯ ollama create adr -f ./models/adr/Modelfile
```#### Run Model
```sh
❯ ollama run adr
```## Resources
- [Llama 2 - Meta AI](https://ai.meta.com/llama/)
- [jmorganca/ollama: Get up and running with Llama 2 and other large language models locally](https://github.com/jmorganca/ollama)
- [getumbrel/llama-gpt: A self-hosted, offline, ChatGPT-like chatbot. Powered by Llama 2. 100% private, with no data leaving your device.](https://github.com/getumbrel/llama-gpt)
- [NextJs Mini Course](https://www.youtube.com/playlist?list=PLOdXIcVPTyB_2IiS36upNkEw2fLhyb5D6)
- [Architectural Decision Records - why you should write ADR](https://youtu.be/EhsBVGDWTxs)## ❤️ Show Your Support
Give this project a ⭐️ if it's helped you out! Feel free to contribute or raise any issues.