ConsumeWise / README.md
shivanis14's picture
Update README.md
63f4d34 verified
---
title: ConsumeWise
emoji: 🍎
colorFrom: red
colorTo: green
sdk: streamlit
sdk_version: "1.25.0"
app_file: app.py
pinned: false
---
Contributed to people+ai here : https://github.com/PeoplePlusAI/ConsumeWiseAI
# ConsumeWise: Digital Public Product Information System
## Introduction
The **ConsumeWise DPI** platform is designed to:
- Provide consumers with **detailed, verifiable information** about the health and environmental impact of products.
- Build a **decentralized, open-source repository** of product data for public use.
- Use this data to generate **personalized recommendations** for healthier and more sustainable consumption.
Learn more about the project [here](https://docs.google.com/document/d/e/2PACX-1vQ0I3DVqe_B-GlaqSRJ3QrwnBO7L6pE1uTZfGo9f7w4xI8Bci5oJl3tpM7oTaRRrE8mzbUfTe3RjVgg/pub).
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/shivanis1406/FoodLabelAnalyzer.git
```
### Install Dependencies
Each folder contains a `requirements.txt` file with the necessary dependencies. To install them, run the following commands:
```bash
pip install -r path_to_requirements.txt
```