Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ersinaksar/aistack

This project aims to provide an end-to-end development framework that allows developers to get started with minimal effort.
https://github.com/ersinaksar/aistack

docker docker-compose documentation grafana grafana-dashboard llm llms python python3

Last synced: 6 days ago
JSON representation

This project aims to provide an end-to-end development framework that allows developers to get started with minimal effort.

Awesome Lists containing this project

README

        

fill .env-example file for your dependencies ans change the name of file to .env

``` bash

docker-compose build

docker-compose up -d --build
docker-compose up --build
docker-compose up -d

docker-compose down

docker-compose -f docker-compose.mac.yaml up -d

docker exec -it ollama /bin/bash
ollama list
```
Grafana Ui
http://localhost:3000
• user name: admin
• password: admin

You can reach this github codes article from [medium]

[medium]:https://ersinaksar.medium.com/end-to-end-ai-and-application-development-framework-with-docker-compose-1ce42373a034