Skip to content

forensic-timeline/recontsea

Repository files navigation

Prerequisites

  • Python 3.13 or higher
  • Git
  • Python virtual environment (venv or conda)

Python Virtual Environment Setup

Here is a simple example of how to create and activate a virtual environment:

  1. Anaconda or Miniconda

    conda create --name <env-name> python=3.13
    conda activate <env-name>

Or using venv:

  1. Venv

    python -m venv venv
    source venv/bin/activate

Installation

  1. Clone the Repository

  2. Install Depedencies

    cd <dir-name>
    pip install -r requirements.txt

How to Run

Run by:

python main.py <dataset-file-name>

ensure you have the dataset in /dataset and already make directory in /results/<dataset_name>

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors