Skip to content

bth-dipt-research/scipop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

159 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is SciPop, the friendly AI that analyses and synthesizes scientific articles for the general public.

flowchart LR
    Papers@{ shape: docs, label: "DIPT\npublications"}
    DiVA@{ shape: database, label: "DiVA: Titles,\nabstracts and meta-data"}
    RAC@{ shape: rect, label: "Research abstract\nclusterer (BERTopic)"}
    RT@{ shape: docs, label: "Research\nthemes"}
    RTP@{ shape: rect, label: "Research-to-practice\nsynthesizer (GPT)" }
    RTS@{ shape: docs, label: "Research themes\nsyntheses" }
    Papers --> DiVA --> RAC --> RT --> RTP --> RTS
    RTS --Research theme
 editor review--> RTS
Loading

Environment setup

  1. Install uv

    Follow the installation instructions at https://docs.astral.sh/uv/getting-started/installation/

  2. Create a virtual environment

    uv venv --python 3.12

  3. Activate the virtual environment

    Linux/Mac: source .venv/bin/activate

    Windows: .venv\Scripts\activate

  4. Install required packages

    uv pip install -r requirements.txt

Note: The original conda-based setup is preserved in the git history if needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors