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
- Host: GitHub
- URL: https://github.com/irfiacre/alaa-backend
- Owner: irfiacre
- Created: 2026-01-17T19:43:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-17T20:03:00.000Z (5 months ago)
- Last Synced: 2026-01-18T06:50:02.014Z (5 months ago)
- Topics: fastapi, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```