34 lines
719 B
Markdown
34 lines
719 B
Markdown
# AI
|
|
|
|
## Learning
|
|
|
|
* [The Ultimate Guide to Local AI and AI Agents (The Future is Here) - YouTube](https://www.youtube.com/watch?v=mNcXue7X8H0)
|
|
* Docker Compose based framework for running AI locally
|
|
* https://github.com/coleam00/local-ai-packaged
|
|
* https://www.reddit.com/r/LocalLLaMA/
|
|
*
|
|
|
|
## LocalAI Packaged
|
|
|
|
### Services
|
|
|
|
* [Open WebUI](http://localhost:8080/)
|
|
* [n8n](http://localhost:5678/)
|
|
* [Langfuse](http://localhost:3000/)
|
|
* [Ollama](http://localhost:11434/)
|
|
* [Qdrant](http://localhost:6333/)
|
|
|
|
### Start services
|
|
|
|
```shell
|
|
python start_services.py --profile gpu-nvidia
|
|
```
|
|
|
|
## AgentOS
|
|
|
|
* https://github.com/buildermethods/agent-os
|
|
|
|
## AG2
|
|
|
|
* https://github.com/ag2ai/ag2
|