A sophisticated risk analysis tool that leverages AI to provide detailed, region-specific business risk assessments.
-
AI-Powered Analysis: Utilizes OpenAI's GPT-4o model for comprehensive risk assessment
-
Region-Specific Analysis: Customized risk evaluation based on geographical regions
-
Multiple Business Types: Support for various business sectors including:
- Mortgage Services
- Investment Banking
- Asset Management
- Retail Banking
- Corporate Lending
-
Detailed Risk Categories:
- Regulatory Compliance
- Market Risks
- Operational Risks
- Financial Risks
- Legal and Political Risks
-
Modern UI/UX:
- Animated risk cards
- Intuitive interface
- Severity indicators
- Professional design
- React 18+ with TypeScript
- Material-UI for components
- Framer Motion for animations
- OpenAI API integration
- Vite for build tooling
-
Clone the repository:
git clone [email protected]:jaydeepc/gs-poc.git cd gs-poc/gs-risk-audit
-
Install dependencies:
npm install
-
Create a
.envfile with your OpenAI API key:VITE_OPENAI_API_KEY=your_api_key_here -
Start the development server:
npm run dev
-
Open http://localhost:5173 in your browser
- Select a business type from the dropdown menu
- Choose the region of operation
- Click "Analyze Risks" to generate a detailed risk assessment
- Review the generated risks, each with:
- Severity level
- Detailed description
- Regional relevance
- Resolution steps
- Regulatory bodies involved
- Region-specific factors
- The
.envfile containing the API key is excluded from version control - Always use environment variables for sensitive credentials
- Follow security best practices when deploying
MIT License - 2024