Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devscast/lugha
Lugha is a PHP Generative AI Framework to build chatbot, RAG systems and AI-powered applications
https://github.com/devscast/lugha
artificial-intelligence framework generative-ai symfony
Last synced: 25 days ago
JSON representation
Lugha is a PHP Generative AI Framework to build chatbot, RAG systems and AI-powered applications
- Host: GitHub
- URL: https://github.com/devscast/lugha
- Owner: devscast
- License: mit
- Created: 2024-06-02T03:59:18.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-05T12:51:45.000Z (2 months ago)
- Last Synced: 2024-09-30T17:21:27.839Z (about 1 month ago)
- Topics: artificial-intelligence, framework, generative-ai, symfony
- Language: PHP
- Homepage:
- Size: 103 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Lugha - yet another PHP Generative AI Framework
![Lint](https://github.com/devscast/lugha/actions/workflows/lint.yml/badge.svg)
![Test](https://github.com/devscast/lugha/actions/workflows/test.yml/badge.svg)
[![Latest Stable Version](https://poser.pugx.org/devscast/lugha/version)](https://packagist.org/packages/devscast/lugha)
[![Total Downloads](https://poser.pugx.org/devscast/lugha/downloads)](https://packagist.org/packages/devscast/lugha)
[![License](https://poser.pugx.org/devscast/lugha/license)](https://packagist.org/packages/devscast/lugha)> [!NOTE]
> Lugha was primarily designed to work with Symfony.## Installation
```bash
composer require devscast/lugha
```## Contributors