Skip to content

bodhisilberling/compliwave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compliwave

A B2B compliance document review platform that helps organizations ensure their documents meet regulatory and compliance requirements.

Features

  • Document Management
    • Upload and store documents (PDF, DOCX, PPTX)
    • Version control
    • Audit trails
  • Compliance Checking
    • Rule-based checks
    • AI-powered analysis
    • Violation detection
  • Organization Management
    • Multi-tenant support
    • Role-based access control
    • Compliance rule management

Tech Stack

  • Backend: FastAPI, Python
  • Database: PostgreSQL
  • Storage: AWS S3
  • AI: Azure OpenAI
  • Containerization: Docker
  • Orchestration: Kubernetes

Setup

  1. Clone the repository:
git clone https://github.com/yourusername/compliwave.git
cd compliwave
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your configuration
  1. Install dependencies:
# Backend
cd backend
pip install -r requirements.txt

# Frontend
cd ../frontend
npm install
  1. Set up the database:
cd backend
./init_db.sh
  1. Run the application:
# Backend
cd backend
uvicorn main:app --reload

# Frontend
cd frontend
npm run dev

Development

Deployment

See deployment/README.md for deployment instructions.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published