mcallaghan / ml-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning for Evidence Synthesis

Getting started

Set up a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install torch according to the instructions, paying attention to the architecture that suits your machine here

Then install the rest of the requirements, and this module itself

pip install -r requirements.txt
pip install -e .

About


Languages

Language:JavaScript 95.9%Language:Jupyter Notebook 2.3%Language:Python 1.8%Language:CSS 0.1%Language:Shell 0.0%