Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Infuser

AI-Powered Knowledge Enrichment and Data Fusion Platform

Stack

  • Frontend: React + TypeScript + Tailwind CSS
  • Backend: Python + FastAPI
  • Database: PostgreSQL + Redis
  • Infra: Docker / Docker Compose

Quick Start

Run with Docker

docker-compose up --build

Run locally

Backend:

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

Frontend:

cd frontend
npm install
npm run dev

Services

Service URL
Frontend http://localhost:5173
Backend http://localhost:8000
API Docs http://localhost:8000/docs
PostgreSQL localhost:5432
Redis localhost:6379

Environment Variables

Copy backend/.env.example to backend/.env and fill in values.

About

The Stellar Infuser platform will transform raw and disconnected data into a unified, intelligent knowledge ecosystem, enabling organizations to accelerate decision-making, improve operational efficiency, and unlock deeper business insights through AI-driven enrichment and analytics.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages