YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

NexusAI Platform - Open Source AI Orchestration Platform

NexusAI Logo

Interactive web platform for interacting with multiple AI models

GitHub Stars GitHub Issues License CI/CD Pipeline

Key Features

πŸ€– Multi-AI Integration

  • Full support for OpenAI GPT-4 and GPT-3.5
  • Integration with Anthropic Claude
  • Support for Hugging Face local and cloud models
  • Unified interface for switching models during conversation

πŸ”„ Fully Automated CI/CD System

  • Automatic build on every code change
  • Automated unit and integration tests
  • Continuous security scanning for packages
  • Automatic deployment on merge to main branch

πŸ’¬ Modern Interactive Interface

  • Eye-friendly dark design
  • Markdown and rich text support
  • Automatic code syntax highlighting
  • Export conversations in multiple formats

πŸ” Security and Privacy

  • Encrypted stored API keys
  • Multi-authentication support
  • User data isolation
  • Full transparency in source code

Quick Start

Requirements

  • Docker and Docker Compose
  • Git
  • Required API keys (OpenAI, Anthropic)

Installation in Three Steps

# 1. Clone the repository
git clone https://github.com/nexus-ai/platform.git
cd nexus-ai-platform

# 2. Copy environment file and edit it
cp .env.example .env
# Edit .env with your API keys

# 3. Run the platform
docker-compose up -d

After running, open your browser at http://localhost:3000

Project Structure

nexus-ai-platform/
β”œβ”€β”€ .github/
β”‚   └── workflows/          # CI/CD files
β”‚       β”œβ”€β”€ ci-pipeline.yml
β”‚       └── cd-deploy.yml
β”œβ”€β”€ client/                 # Frontend (Next.js)
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ app/           # App Router
β”‚   β”‚   β”œβ”€β”€ components/    # Components
β”‚   β”‚   β”œβ”€β”€ lib/           # Utilities
β”‚   β”‚   └── hooks/         # React Hooks
β”‚   β”œβ”€β”€ public/            # Static assets
β”‚   └── Dockerfile
β”œβ”€β”€ server/                 # Backend (FastAPI)
β”‚   β”œβ”€β”€ app/
β”‚   β”‚   β”œβ”€β”€ api/          # Endpoints
β”‚   β”‚   β”œβ”€β”€ core/         # Core configurations
β”‚   β”‚   β”œβ”€β”€ models/       # Data models
β”‚   β”‚   β”œβ”€β”€ services/     # AI services
β”‚   β”‚   └── main.py       # Entry point
β”‚   └── Dockerfile
β”œβ”€β”€ infrastructure/         # Infra configurations
β”‚   β”œβ”€β”€ docker-compose.yml
β”‚   └── nginx.conf
β”œβ”€β”€ docs/                   # Documentation
└── README.md

Contributing

We welcome your contributions! Please read the Contributing Guide to get started.

License

MIT License - See LICENSE file for details.

Support

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support