Skip to content

RMS1806/Nativity.AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇮🇳 Nativity.ai

"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.


🏗️ Project Structure

/nativity-ai
├── /backend          # FastAPI Python backend
├── /frontend         # Next.js 14 frontend
└── /infrastructure   # AWS/Terraform configs

✅ Prerequisites

Before you begin, ensure you have the following installed:


🚀 Quick Start

Backend Setup

cd backend
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
uvicorn main:app --reload

Frontend Setup

cd frontend
npm install
npm run dev

🔑 Environment Variables

Copy .env.example to .env and fill in your credentials:

cp .env.example .env

📄 License

MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors