Abstract:Security controls are mechanisms or policies designed for cloud based services to reduce risk, protect information, and ensure compliance with security regulations. The development of security controls is traditionally a labor-intensive and time-consuming process. This paper explores the use of Generative AI to accelerate the generation of security controls. We specifically focus on generating Gherkin codes which are the domain-specific language used to define the behavior of security controls in a structured and understandable format. By leveraging large language models and in-context learning, we propose a structured framework that reduces the time required for developing security controls from 2-3 days to less than one minute. Our approach integrates detailed task descriptions, step-by-step instructions, and retrieval-augmented generation to enhance the accuracy and efficiency of the generated Gherkin code. Initial evaluations on AWS cloud services demonstrate promising results, indicating that GenAI can effectively streamline the security control development process, thus providing a robust and dynamic safeguard for cloud-based infrastructures.
Abstract:Early and precise diagnosis of diseases in plants can help to develop an early treatment technique. Plant diseases degrade both the quantity and quality of crops, thus posing a threat to food security and resulting in huge economic losses. Traditionally identification is performed manually, which is inaccurate, time-consuming, and expensive. This paper presents a simple and efficient model to detect grapes leaf diseases using transfer learning. A pre-trained deep convolutional neural network is used as a feature extractor and random forest as a classifier. The performance of the model is interpreted in terms of accuracy, precision, recall, and f1 score. Total 1003 images of four different classes are used and 91.66% accuracy is obtained.