Pandemic is an advanced AI-driven platform designed for video content generation, management, and analysis. It leverages cutting-edge AI technologies from companies like Runway and ElevenLabs to create and process video content efficiently. The platform consists of multiple microservices, including:
- AI Microservice: Handles AI-related tasks such as video generation and processing
- Video Generation Service: Utilizes AI models to create video content based on specific requirements
- Publisher Service: Manages the distribution and publishing of video content across various platforms
- Trend Analysis Service: Provides insights and analytics on video performance and trends
The system leverages cutting-edge technologies including AI, microservices architecture, and modern frontend frameworks to deliver high-quality video content generation, management, and analysis.
Pandemic is built using:
- TypeScript for backend services
- Python for AI-related services
- Docker for containerization
- Terraform for infrastructure management
The system consists of several key components:
- AI Service: Handles AI-related operations
- Video Processing: Manages video generation and processing
- Backend API: Provides RESTful API endpoints
- Frontend: User interface components
- AI-powered video generation
- Distributed system architecture
- Monitoring and metrics
- Authentication and authorization
- Real-time dashboard for video metrics and trend analysis
- Support for multiple AI providers (Runway, ElevenLabs)
- Scalable microservices architecture
- Containerized deployment using Docker
- Node.js 16+
- Python 3.8+
- Docker
- Terraform
- Modern npm/yarn
- Clone the repository
- Install dependencies:
npm install pip install -r requirements.txt
- Build Docker images:
docker-compose build
- Start the system:
docker-compose up -d
- Access the API documentation at
http://localhost:3000/swagger
- Use the frontend interface at
http://localhost:3000
Configuration can be done through environment variables and configuration files.
- Fork the repository
- Create a feature branch
- Commit changes
- Push to the branch
- Create a Pull Request
MIT License
Copyright (c) 2025 Pandemic Team
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Overview
- Features
- Prerequisites
- Installation
- Configuration
- Security
- Infrastructure
- Usage
- Contributing
- License
Create a .env
file with the following content:
AI_PROVIDER_KEY=your_ai_provider_key_here
DB_PASSWORD=your_db_password_here
JWT_SECRET=your_jwt_secret_here
AI_SERVICE_ENDPOINT=http://ai-service:5000
Store sensitive information using Docker secrets as documented in SECURITY.md
Refer to SECURITY.md for detailed security guidelines and best practices.
The system uses Terraform for infrastructure management. To deploy:
terraform init
terraform apply
For more details, see SECURITY.md