This project is part of the PurePlate Initiative, a global non-profit focused on promoting food safety and raising awareness about emerging contaminants in our diet.
We investigate the growing presence of microplastics in the food supply and explore potential long-term health impacts.
Our analysis aims to:
- 📊 Identify trends in microplastic intake
- 🥗 Pinpoint high-risk food categories
- 🌍 Understand geographical variations in exposure
Findings will support public health campaigns, inform dietary guidelines, and advocate for stronger plastic regulations.
- Python 3.8+
- Git
- pip
- (Optional) Virtual environment manager (
venv,virtualenv, orconda)
git clone git@github.com:TechLabs-Dusseldorf/s2025-ds-3.git
cd s2025-ds-3python -m venv .venv
source .venv/bin/activate # macOS/Linux
.venv\Scripts\activate # Windows- Ensure you're in the project root directory.
- Install required packages using:
pip install -r requirements.txt- Run the Python scripts using:
Run calculations:
python main.py ./processed_microplastics.csvRun the Streamlit Web App from the project root directory:
streamlit run 🌐_Home.py