NeuronAPI is a lightweight, AI-driven orchestration framework designed to simplify the creation and management of microservices. Built on top of FastAPI and Docker, it enables developers to spin up microservices, integrate LLMs, and orchestrate complex systems with minimal effort.
- Async-first design for scalability.
- Native integration with FastAPI and Docker.
- AI-driven code generation and service orchestration.
- Support for local and cloud-hosted LLMs.
- Ready-to-use Kafka and Postgres setup via Docker Compose.
-
Clone the repo:
git clone https://github.com/doblier/NeuronAPI.git
-
Set up the project:
cd NeuronAPI python cli.py setup docker-compose up
-
Interact with the generated APIs:
curl http://localhost:8000/api/example
Contributions are welcome! Please read our Code of Conduct and Contributing Guide for more information.