python3 -m pip install --upgrade pip
pip3 install -r requirements.txtexport HF_TOKEN=your_huggingface_token
export HF_REPO_ID=coordinated-flaw-disclosures/ai-flaw-reportsYou can get a token from Hugging Face settings.
To run the main application:
streamlit run main.pyReports are stored in:
-
Local Storage (fallback):
- JSON files in the
reports/directory - Uploaded files in the
uploads/directory
- JSON files in the
-
HuggingFace: