Research System for FPEI at Korea National Police University.
An integrated platform supporting research resource management and big data analysis.
Builds datasets through large-scale data collection.
A service that assists in generating draft legal complaints meeting legal requirements using LLMs.
This system manages dependencies independently for each service. Each subdirectory contains its own project configuration. To develop or run a specific service, navigate to its directory and set up a dedicated virtual environment (.venv).
Instead of sharing a single virtual environment across the entire repository, you should navigate to the specific service directory you are working on and synchronize its dependencies independently.
# Example 1: Set up and sync the homepage system standalone
cd homepage
uv sync
# Example 2: Set up and sync the admin system standalone
cd admin
uv sync
# Example 3: Set up and sync the crawler system standalone
cd crawler
uv sync© 2026 FPEI. All rights reserved. Developed by Yojun Moon


