mohitmayank commited on
Commit
67b8bce
1 Parent(s): 5469918

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -16
README.md CHANGED
@@ -1,16 +1,10 @@
1
- # IPC Semantic Search
2
-
3
- **What:**
4
- - The Indian Penal Code (IPC) is the official criminal code of India. [Wikipedia](https://en.wikipedia.org/wiki/Indian_Penal_Code)
5
- - The intention behind this project is to provide an interfact for a common layman to search IPC sections.
6
-
7
- **Steps:**
8
- - Scrap the `devgan.in` website to get the different sections in IPC
9
- - Use `LegalBERT` to get the embeddings of the descriptions of the IPC sections
10
- - Perform Cosine Similarity to get the nearest matching section wrt query.
11
-
12
- **Code:**
13
- - `devganscrap`: Scrapy code to crawl and extract IPC sections and their description from the `devgan.in`
14
-
15
- **Data:**
16
- - `devagnscrp/sections_desc.csv`: IPC sections and descriptions *(Data Credits: http://devgan.in)*
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: {{sdkVersion}}
8
+ app_file: app.py
9
+ pinned: false
10
+ ---