File size: 1,144 Bytes
63f4d34
 
 
 
 
 
 
 
 
 
 
33b10b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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
```