hal9
v2.1.2
Published
Hal9: Create and Share Generative Apps
Downloads
42
Maintainers
Readme
Hal9: Create and Share Generative Apps
Create and deploy generative (LLMs and diffusers) applications (chatbots and APIs) in seconds.
- Open: Use any model (OpenAI, Llama, Groq, MidJourney) and any library like (LangChain, DSPy).
- Intuitive: No need to learn app frameworks (Flask), simply use
input()
andprint()
, or write file to disk. - Scalable: Engineers can integrate your app with scalable technologies (Docker, Kubernetes, etc)
- Powerful: Using an OS process (stdin, stdout, files) as our app contract, enables long-running agents, multiple programming languages, and complex system dependencies.
Focus on AI (RAG, fine-tuning, alignment, training) and skip engineering tasks (frontend development, backend integration, deployment, operations).
Development
Local setup
yarn clean && yarn install
Live development
yarn dev