You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the official repository for the oneAPI-GenAI-Hackathon-2023 organized by Hack2Skill!
10
-
11
-
## Getting Started
12
-
13
-
To get started with the oneAPI-GenAI-Hackathon-2023 repository, follow these steps:
14
-
15
-
### Submission Instruction:
16
-
1. Fork this repository
17
-
2. Create a folder with your Team Name
18
-
3. Upload all the code and necessary files in the created folder
19
-
4. Upload a **README.md** file in your folder with the below mentioned informations.
20
-
5. Generate a Pull Request with your Team Name. (Example: submission-XYZ_team)
21
-
22
-
### README.md must consist of the following information:
23
-
24
-
#### Team Name -
25
-
#### Problem Statement -
26
-
#### Team Leader Email -
7
+
### Overview
8
+
This article delves into the innovative approach of leveraging government digital land record data to streamline the search for property ownership trails. By harnessing the capabilities of Intel’s OneAPI, coupled with the power of Artificial Intelligence and Asynchronous programming, we have significantly improved the speed, accuracy, and relevance of the data required for tracing property ownership. This professional enhancement of data processing not only simplifies the task at hand but also paves the way for a more efficient and reliable system for property ownership verification.
9
+
10
+
The primary objective of this project is to revolutionize the process of property verification. We aim to achieve this by downloading year-wise property data, ensuring its relevance and accuracy, and moving away from traditional methods of property verification. By harnessing the untapped potential of Intel's OneAPI and Artificial Intelligence, we can present data in various formats required for property verification. This not only enhances the efficiency of the process but also ensures a higher degree of reliability and accuracy.
27
11
28
12
### A Brief of the Prototype:
29
-
This section must include UML Diagrams and prototype description
13
+
App is available on https://app.bhume.in/
14
+
15
+
Lawyers use this tool to automatically download property registry data from government website, and then filter the property of interest based on property schedule containing khasra no., survey no., plot no. and other fields.
30
16
17
+
Valuers use this tool to extract sale instances of properties near their area of interest.
18
+
19
+
31
20
### Tech Stack:
32
21
List Down all technologies used to Build the prototype
22
+
We use a mix of react, python, django, postgres and libraries like Selenium, scikit-learn and finetuned LLMs from OpenAI to build and run the app. Data is scrapped and stored for each request during runtime. downloaded data is filtered using document type and then fed into LLMs one by one to extract information which can help us identify the property precisely. For each row in the dataset, we check whether the entry might be relevant to our property of interest. All relevant rows are then shown to the user.
33
23
34
24
### Step-by-Step Code Execution Instructions:
35
25
This Section must contain a set of instructions required to clone and run the prototype so that it can be tested and deeply analyzed
26
+
Go to app.bhume.in and use the app as prototype.
27
+
28
+
### Step-by-Step Finetuning
29
+
Use the following commands to setup and activate the conda environment
Write about the scalability and futuristic aspects of the prototype developed
55
+
56
+
Property disputes account for 70% of all civil court cases in India. Proper due-diligence before any transaction can help a person avoid legal issues. Barrier to due-diligence currently is data cleaning, processing and analyzing for each property in a short duration of time, while the deal is being negotiated.
57
+
58
+
Future scope of work is:
59
+
1. to integrate other legal documents pertaining to property ownership (depth)
60
+
2. to expand to other states
61
+
3. simplify the legal document to be understandable by a layman
0 commit comments