Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

FastBoz — Self-hosted AI Gateway for GPT, Claude & Gemini Run GPT‑4o‑mini, Claude, Gemini and more without API keys or cost. 🛠 One‑command Docker deploy | 🔒 Private & secure | 🌐 Ready for bots, apps & integrations

License

Notifications You must be signed in to change notification settings

arshiacomplus/Fast-BOZ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 FastBoz

FastBoz is a high-performance backend service built with FastAPI and containerized with Docker.
It is designed for speed, scalability, and simplicity, making it perfect for building modern APIs or microservices.


📌 Features

  • FastAPI-powered — Ultra-fast Python backend framework
  • 🐳 Dockerized deployment — Ready-to-run anywhere
  • 🔄 RESTful API endpoints — Easy integration
  • 🛠 Modular & extensible architecture
  • 📜 Swagger/OpenAPI documentation (Auto-generated by FastAPI)

📂 Project Structure

fast-boz/
│── docker-compose.yml    # Docker configuration
│── Dockerfile            # Docker build instructions
│── main.py               # Application entry point
│── reqi.txt              # Python dependencies
│── Readme.md             # Documentation

📖 API Documentation

Once the application is running, API documentation will be available at:

  • Swagger UI: http://localhost:8888/docs
  • ReDoc: http://localhost:8888/redoc

⚙️ Installation & Running

1️⃣ Clone the repository

git clone https://github.com/alirezarazani2003/Fast-BOZ.git
cd Fast-BOZ

2️⃣ Local Setup

Make sure Python 3.10+ is installed.

Install dependencies

pip install -r reqi.txt

Run the application

python main.py

3️⃣ Run with Docker (Recommended)

Make sure Docker & Docker Compose are installed.

docker-compose up --build

The service will be available at:

http://localhost:8888

📌 Example Endpoints

Method Endpoint Description
GET / Health check / root route
GET /docs Swagger API docs
GET /redoc ReDoc API docs
GET /api/info info

🤝 Contribution

Contributions are welcome!
Please open an issue or submit a pull request.

About

FastBoz — Self-hosted AI Gateway for GPT, Claude & Gemini Run GPT‑4o‑mini, Claude, Gemini and more without API keys or cost. 🛠 One‑command Docker deploy | 🔒 Private & secure | 🌐 Ready for bots, apps & integrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • Dockerfile 3.8%