Spaces:
Sleeping
Sleeping
metadata
license: mit
title: Pic-to-Header
sdk: streamlit
emoji: ๐จ
colorFrom: blue
colorTo: purple
pinned: false
app_file: pic_to_header/app.py
Pic-to-Header is a Python application that generates header images using a mask image and an input image. Version 0.1.0 has been released.
๐ Project Overview
Pic-to-Header is a Streamlit application that allows you to easily generate and download header images using a mask image and an input image. It's also available on PyPI.
โจ Key Features
- Upload mask and input images
- Generate header images
- Preview and download generated header images
- Display README.md (within the Streamlit app)
- A calming, dark theme
๐ง How to Use
- Installation:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run pic_to-header/app.py
- Access the URL displayed in your browser, upload your input and mask images, and click the "Generate Header Image" button.
๐ฆ Installation Instructions
- Clone the repository:
git clone https://github.com/Sunwood-ai-labs/pic-to-header.git cd pic-to-header
- Install the necessary dependencies:
pip install -r requirements.txt
๐ What's New (v0.1.0)
- The repository name has been changed from
HarmonAI III
toPic-to-Header
. - Added release, tag, and PyPI version badges to the README.
- Automated PyPI package publishing.
- Enhanced functionality and improved design of the Streamlit application.
- Added sample input images, generated sample images, and mask images.
๐ License
This project is licensed under the MIT License. See the LICENSE file for details.