Spaces:
Sleeping
Sleeping
File size: 711 Bytes
3ffff6e 1adc2e7 3ffff6e 1adc2e7 3ffff6e 1adc2e7 | 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 | ---
title: Mat Database
emoji: "🧪"
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# Mat Database
Streamlit application for browsing and uploading material properties data.
## Local Run
```bash
pip install -r requirements.txt
streamlit run app.py
```
## Environment Variables
- `GEMINI_API_KEY` (optional but required for PDF extraction with Gemini)
- `DB_HOST` (optional, required for database-backed browsing/upload)
- `DB_PORT` (optional, defaults to `5432`)
- `DB_NAME` (optional, required for database-backed browsing/upload)
- `DB_USER` (optional, required for database-backed browsing/upload)
- `DB_PASSWORD` (optional, required for database-backed browsing/upload)
|