An open API service indexing awesome lists of open source software.

https://github.com/irfiacre/alaa-backend

Backend implementation for Alaa
https://github.com/irfiacre/alaa-backend

fastapi python

Last synced: 3 months ago
JSON representation

Backend implementation for Alaa

Awesome Lists containing this project

README

          

# alaa
Dataset link: https://huggingface.co/datasets/iradukunda-dev/offences_and_penalties_in_general_2018_dataset

Model link: https://huggingface.co/iradukunda-dev/law-finetuned-DeepSeek-R1-Distill-Qwen-7B

# How to build dataset
- Download the official gazette and add it to the `~/data/raw`
- Activate venv and install requirements txt.
- The execute:
```:bash
python utils/data_cleanup.py
```