Spaces:
Sleeping
Sleeping
File size: 1,181 Bytes
42f681c a8a3522 42f681c a8a3522 42f681c bddfb4b 42f681c |
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 39 40 41 42 43 44 45 46 47 48 49 50 |
---
title: Image Cultural Data Collection
emoji: 🏆
colorFrom: pink
colorTo: pink
sdk: gradio
sdk_version: 5.27.1
app_file: app.py
pinned: false
license: mit
---
# Image Cultural Analysis App
A Gradio-powered app for creating dataset for cultural aspects of images in SE Asia.
## Features
- Upload images via upload button or webcam
- Answer questions about the cultural relevance of the image
- Provide location information (city and country)
- Assess cultural relevance to South-East Asia
- Add captions in native and English languages
## Deployment
This app is designed to be deployed to Hugging Face Spaces. To deploy:
1. Create a new Space on Hugging Face: https://huggingface.co/new-space
2. Select Gradio as the SDK
3. Upload these files to the Space's repository
4. The app will automatically deploy
## Local Development
To run this app locally:
```bash
pip install -r requirements.txt
python app.py
```
## Structure
- `app.py`: Main application code for the Gradio interface
- `requirements.txt`: Dependencies required for the app
- `README.md`: Documentation
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|