The orc-violation-management
project is designed to manage and track violations using advanced AI and cloud technologies. This project leverages the power of OpenAI, Azure Vision, and Azure Cosmos DB to provide a comprehensive solution for violation management.
- OpenAI: Utilized for natural language processing and AI-driven insights.
- Azure Vision: Employed for image recognition and analysis.
- Azure Cosmos DB: A globally distributed, multi-model database service for managing data.
- Violation Detection: Automatically detect and classify violations using AI and image recognition.
- Data Management: Store and manage violation data efficiently with Azure Cosmos DB.
- Reporting: Generate detailed reports and analytics on violations.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/saranvlmna/orc-violation-management.git
-
Install dependencies:
cd orc-violation-management yarn install
-
Set up environment variables: Create a .env file in the root directory and add the necessary environment variables for OpenAI, Azure Vision, and Azure Cosmos DB.
-
Run the application:
yarn dev