Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parakeet-nest/parakeet
🦜🪺 Parakeet is a GoLang library, made to simplify the development of small generative AI applications with Ollama 🦙.
https://github.com/parakeet-nest/parakeet
ai genai go golang llm ollama slm
Last synced: 4 days ago
JSON representation
🦜🪺 Parakeet is a GoLang library, made to simplify the development of small generative AI applications with Ollama 🦙.
- Host: GitHub
- URL: https://github.com/parakeet-nest/parakeet
- Owner: parakeet-nest
- License: mit
- Created: 2024-05-04T08:44:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T06:15:19.000Z (11 days ago)
- Last Synced: 2024-10-29T07:18:08.233Z (11 days ago)
- Topics: ai, genai, go, golang, llm, ollama, slm
- Language: HTML
- Homepage: https://parakeet-nest.github.io/parakeet/
- Size: 6.81 MB
- Stars: 60
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: history/bbolt-messages.go
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - parakeet-nest/parakeet - 🦜🪺 Parakeet is a GoLang library, made to simplify the development of small generative AI applications with Ollama 🦙. (HTML)
README
# 🦜🪺 Parakeet
Parakeet is the simplest Go library to create **GenAI apps** with **[Ollama](https://ollama.com/)**.
> A GenAI app is an application that uses generative AI technology. Generative AI can create new text, images, or other content based on what it's been trained on. So a GenAI app could help you write a poem, design a logo, or even compose a song! These are still under development, but they have the potential to be creative tools for many purposes. - [Gemini](https://gemini.google.com)
> ✋ Parakeet is only for creating GenAI apps generating **text** (not image, music,...).
## Install
```bash
go get github.com/parakeet-nest/parakeet
```