"Hyper-localizing the internet for Bharat, one video at a time."
Nativity.ai is an AI-powered media pipeline that automatically localizes video content for Indian audiences. It doesn't just translate words—it adapts context, creating culturally relevant versions of educational and entertainment content in Hindi, Tamil, Bengali, and more.
/nativity-ai
├── /backend # FastAPI Python backend
├── /frontend # Next.js 14 frontend
└── /infrastructure # AWS/Terraform configs
Before you begin, ensure you have the following installed:
- Python 3.10+ — Download
- Node.js 18+ — Download
- FFmpeg — Download
- AWS CLI (configured) — Install Guide
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reloadcd frontend
npm install
npm run devCopy .env.example to .env and fill in your credentials:
cp .env.example .envMIT License