nath1295/LLMFlex
A python package for developing AI applications with local LLMs.
This package helps Python developers build AI applications using large language models (LLMs) that run on their local machines, ensuring privacy and avoiding paid APIs. Developers can feed in various LLM model formats and configuration settings, then build tools, agents, and even a chatbot interface. The output is a custom AI application or a conversational agent capable of interacting with users or performing tasks.
150 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer looking to build AI applications with free, locally run large language models and want a flexible, unified interface for prompt engineering and RAG techniques.
Not ideal if you are not a Python developer or prefer to use cloud-based LLM APIs for your AI application development.
Stars
150
Forks
20
Language
Python
License
MIT
Category
Last pushed
Jan 04, 2025
Commits (30d)
0
Dependencies
25
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/nath1295/LLMFlex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
lancedb/vectordb-recipes
Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs
ErickWendel/neo4j-ai-experiments
Examples of my tutorial on how to use Neo4j for empowering AI RAG systems
Emirateyang/llm-agent
Java library to simplify the integration of LLMs
Special-Unitary-Group/xolote
Centralize your own research material and consult it with the power of AI and LLMs
Emmanuel-Melon/learning-llms-from-scratch
My personal journey and open notes on understanding AI/ML concepts by implementing them from...