The Generative AI Idea Validator for Circular Economy is a cutting-edge tool that automates the assessment of circular economy ideas. Leveraging the power of OpenAI GPT-4, the tool generates detailed reports, classifies ideas, and provides insights into sustainability, business viability, impact, and innovation aspect of the ideas.
- Input Problem and Solution / PDF
- Click "Process Input"
- Model will be run and a report will be generated featuring the following areas:
- Overview of the problem and idea
- Relevant Industries
- Sustainability Analysis
- Business Assessment
- Impact and Innovation Analysis
- Within the key featured areas, ratings will be shown with some suggested follow-up questions
- Continue with your follow-up questions to understand more about the idea and more
- Generative AI: Leveraged OpenAI GPT-4 pre-trained model for generating answers. Called OpenAI Assistant API to enable continuous responses to maintain context of previous messages in threads. Prompt engineering instructions and responses to structure the report.
- Front-end Management: Utilized Streamlit for an interactive front end.
- Data Sources: Used various circular economy ideas with problem and solution for model testing and development.
- Clone Repository
git clone git@github.com:brianchanbc/GenAIEarthHack.git
cd GenAIEarthHack
- Install Dependencies
python -m venv earthhack
activate earthhack
pip install -r requirements.txt
- Insert OpenAI API Key and Specify Model
echo "OPENAI_API_KEY=your_api_key_here" >> .env
echo "OPENAI_MODEL=your_model_here" >> .env
- Run App
streamlit run app.py
Brian Chan, Samantha Yom, Po-Ju Chen, Ya-Wei Tsai from the University of Chicago
This project is licensed under the MIT License.