AI-Powered Pharmaceutical Compliance Platform
PharmaComply AI is an intelligent document analysis system for the pharmaceutical industry. Built using Next.js (TypeScript), it utilizes AI models (via Unstructured.io + Gemini Pro) to analyze regulatory documents, detect compliance gaps, and simplify the audit process.
PharmaComply AI is designed to help pharmaceutical companies manage regulatory documentation more efficiently. By using AI, it reduces manual review efforts and ensures documents align with global compliance frameworks such as:
- FDA 21 CFR
- EU GMP Guidelines
- ICH Guidelines
- Natural Language Processing for document structure understanding
- ML & Deep Learning for discrepancy and compliance detection
- Contextual severity assessment
- FDA, EU GMP, ICH, and other global compliance standards
- Multi-framework extensibility
- Risk scoring & trend detection
- Document status metrics
- Performance tracking over time
- Workspaces with user roles
- Comments, reviews, and approvals
- Full audit trails and versioning
- Pharmaceutical companies
- Regulatory affairs professionals
- Quality assurance teams
- Compliance officers
- Document managers
Category | Technology |
---|---|
Frontend | Next.js (TypeScript) |
Styling | Tailwind CSS |
Icons | React Icons |
AI Integration | Unstructured.io + Gemini Pro |
State Mgmt | React Hooks |
Routing | App Router (Next.js 13+) |
pharma-comply-ai/
βββ app/ # App router pages (login, dashboard)
βββ components/ # Reusable UI components
βββ lib/ # Helper functions and configs
βββ public/ # Static assets
βββ styles/ # Tailwind and custom styles
βββ types/ # Global TS types and interfaces
βββ .env.local # Local environment variables
βββ tailwind.config.ts # Tailwind configuration
βββ tsconfig.json # TypeScript config
βββ README.md
git clone https://github.com/nithins7676/AI-RENA-SOP .
npm install
# or
yarn
Create a .env.local
file in the root and add:
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000/api
UNSTRUCTURED_API_KEY=your_unstructured_key
GEMINI_API_KEY=your_gemini_key
β οΈ Replace with your actual keys and API endpoints
npm run dev
# or
yarn dev
Visit http://localhost:3000 to view the app.