Skip to content

nicolas-becker/climate-policy-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Before you can run the application, you need to have the following installed on your system:

Git:

  1. Go to the Git for Windows download page.
  2. Click on the "Download" button.
  3. Once the installer has downloaded, open it to start the installation process.

Anaconda:

  1. Go to the Anaconda Distribution page.
  2. Download the installer for your operating system (Windows, macOS, or Linux).
  3. Run the installer and follow the on-screen instructions.

Step-by-Step Guide

1. Clone the Repository

First, you need to clone the repository to your local machine. Open your terminal or command prompt and run the following command:

git clone https://github.com/nicolas-becker/climate-policy-miner.git

2. Set Up the Environment

Navigate to the root directory of the cloned repository:

cd climate-policy-miner

Create a new conda environment using the environment.yml file included in the repository:

conda env create -f environment.yml

3. Activate the Environment

Activate the newly created conda environment by running:

conda activate textmining_venv

4. Run the Application

With the environment activated, you can now run the application by executing the pipeline.py script:

python -i src/pipeline.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages