GreenLight

GreenLight vereinfacht mittels KI und einer einfachen und übersichtlichen Website die Projektanalyse bezüglich Nachhaltigkeit von Projekten.

⛶  Fullscreen ↓  Download
Demo

Code

PDF Sustainibility Analyzer for Projects

Team Members

  • Nathalie Kern
  • Maria Näf
  • Sophie Maier

Overview

To improve the projectmanagement method regarding sustainability, the projectteam created a PDF analyzer with a Chat GPT API. image image

Prerequisites

Following must be installed on your system:

  • Python
  • Git

Setup

Here's how you can set up your development environment:

# Clone the repository
git clone https://github.com/sophiemaier/Open-Data-Hack-2023

# Navigate to the project directory
cd Open-Data-Hack-2023

# Create a Python virtual environment in the 'venv' directory
py -m venv venv

# Activate the virtual environment (use the correct command for your operating system)
venv\Scripts\activate # For Windows in Git Bash
# or
source venv/bin/activate # For Unix or Linux systems

# Install the project dependencies from 'requirements.txt'
pip install -r requirements.txt


# Create a API key from chat gpt on their website and replace "YOUR KEY" with your key. After that, create a '.env' file in the 'OpenDataHack2023' directory with the following content
echo OPENAI_API_KEY="YOUR KEY" >> .env



# Run the local development server or script (specify the script if it's not 'app.py')
streamlit run app.py
This content is a preview from an external site.
 

Event finish

Repository updated

10 months ago ~ gaston_wey

Project

Edited (version 11)

10 months ago ~ gaston_wey

Update README.md (@sophiemaier)

Add files via upload (@sophiemaier)

Edited (version 9)

10 months ago ~ maria_näf

Project

Edited (version 8)

10 months ago ~ maria_näf

Joined the team

10 months ago ~ maria_näf

Edited (version 7)

10 months ago ~ nathalie_kern

Edited (version 6)

10 months ago ~ nathalie_kern

Add files via upload (@sophiemaier)

Repository updated

10 months ago ~ gaston_wey

Project

Edited (version 4)

10 months ago ~ gaston_wey

Add files via upload (@sophiemaier)

Edited (version 2)

10 months ago ~ nathalie_kern

Project

Repository updated

10 months ago ~ nathalie_kern

Joined the team

10 months ago ~ nathalie_kern

Challenge shared
Tap here to review.

10 months ago ~ nathalie_kern

Initial commit (@sophiemaier)

Start

 
Contributed 10 months ago by nathalie_kern for Open Data Hack St.Gallen
All attendees, sponsors, partners, volunteers and staff at our hackathon are required to agree with the Hack Code of Conduct. Organisers will enforce this code throughout the event. We expect cooperation from all participants to ensure a safe environment for everybody.

Creative Commons LicenceThe contents of this website, unless otherwise stated, are licensed under a Creative Commons Attribution 4.0 International License.