File size: 1,116 Bytes
0420784
 
fe41904
a421e78
 
0420784
 
 
9448f04
0420784
9af39a4
 
9142a0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: Legalis
emoji: ⚖️
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 3.33.1
app_file: app.py
pinned: false
license: mit
---

# legalis demo

#### This space is showing a demo of two models I build for a Uni Project about the prediction of court case outcomes. It's based on the similarly named legalis dataset, which contains 2800 court cases from the German Court cases. The dataset is labeled with the outcome of the case (plaintiff won or lost), extracted from the decision in text form (by ChatGPT) and the models are trained to predict the outcome based on the text of the case.

## 🔗 Links:

**[RandomForest Model on Huggingface](https://huggingface.co/LennardZuendorf/legalis-scikit)**

**[BERT Model on Huggingface](https://huggingface.co/LennardZuendorf/legalis-BERT)**

**[Labeled Dataset on Huggingface](https://huggingface.co/datasets/LennardZuendorf/legalis)**


## 👨‍💻 Author and Credits:

**Author:** [@LennardZuendorf](https://github.com/LennardZuendorf)

- This project is part of a course in HTW Berlin's Business Computing Bachelor Program ("Unternehmenssoftware")