Challenge Project

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 finished

Repository updated

03.12.2023 08:38 ~ gaston_wey

Project

Edited (version 11)

03.12.2023 08:38 ~ gaston_wey

Update README.md (@sophiemaier)

Add files via upload (@sophiemaier)

Edited (version 9)

03.12.2023 07:23 ~ maria_näf

Project

Edited (version 8)

03.12.2023 07:21 ~ maria_näf

Joined the team

02.12.2023 23:56 ~ maria_näf

Edited (version 7)

02.12.2023 23:16 ~ nathalie_kern

Edited (version 6)

02.12.2023 23:10 ~ nathalie_kern

Add files via upload (@sophiemaier)

Repository updated

02.12.2023 21:02 ~ gaston_wey

Project

Edited (version 4)

02.12.2023 21:02 ~ gaston_wey

Add files via upload (@sophiemaier)

Edited (version 2)

01.12.2023 21:17 ~ nathalie_kern

Project

Repository updated

01.12.2023 21:16 ~ nathalie_kern

Joined the team

01.12.2023 21:16 ~ nathalie_kern

First post View challenge

01.12.2023 21:16 ~ nathalie_kern

Initial commit (@sophiemaier)

Challenge

Event started

 
Contributed 5 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.