https://github.com/jaume-ferrarons/write4all
✅ Write4All - Create the right content for everyone
https://github.com/jaume-ferrarons/write4all
gemini-api gemini-pro gemini-pro-vision generative-ai image-analysis inclusivity text-processing
Last synced: 7 months ago
JSON representation
✅ Write4All - Create the right content for everyone
- Host: GitHub
- URL: https://github.com/jaume-ferrarons/write4all
- Owner: jaume-ferrarons
- License: mit
- Created: 2024-04-10T19:23:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T20:30:57.000Z (8 months ago)
- Last Synced: 2025-02-17T21:30:49.264Z (8 months ago)
- Topics: gemini-api, gemini-pro, gemini-pro-vision, generative-ai, image-analysis, inclusivity, text-processing
- Language: Jupyter Notebook
- Homepage: https://huggingface.co/spaces/Jaume/Write4All
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: Write4All
emoji: ✍️✅
colorFrom: pink
colorTo: green
sdk: gradio
sdk_version: 5.16.0
app_file: app.py
pinned: true
license: mit
---# ✅Write4All
In a world where diversity and inclusivity are essential, crafting content that resonates with everyone can be a challenge. With ✅Write4All I hope making the world more inclusive, one word and image at a time.
See it in action in:
- HuggingFace Spaces: [✅Write4All](https://huggingface.co/spaces/Jaume/Write4All).
- Examples notebook: [✅Write4All Examples](./notebooks/examples.ipynb).## Requirements
- Python 3.12+
- uv
- Gemini API key## Installation
```bash
uv sync --frozen
```## Running the app
```bash
export GEMINI_API_KEY=your_api_key_here
uv run gradio app.py
```## Development
HuggingFace Spaces require the `requirements.txt` file to be updated with the latest dependencies.
Update the `requirements.txt` file with the following command:
```bash
uv export --no-dev --format requirements-txt > requirements.txt
```