Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadyrashwan/wear-what
AI-generated clothing suggestions based on current weather conditions
https://github.com/hadyrashwan/wear-what
huggingface llvm stable-diffusion streamlit
Last synced: 15 days ago
JSON representation
AI-generated clothing suggestions based on current weather conditions
- Host: GitHub
- URL: https://github.com/hadyrashwan/wear-what
- Owner: hadyrashwan
- Created: 2024-07-17T06:49:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:43:23.000Z (6 months ago)
- Last Synced: 2024-11-20T00:55:00.222Z (3 months ago)
- Topics: huggingface, llvm, stable-diffusion, streamlit
- Language: Python
- Homepage: https://huggingface.co/spaces/hadirashwan/wear-what
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: AI Weather and Clothing Suggestion App
emoji: 🌦️👚
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.24.0
app_file: app.py
pinned: true
license: mit
inference_file: weather_clothing_suggestion.py
base_model: mistralai/Mistral-7B-Instruct-v0.3
pipeline_tag: text-generation
inference: true
---
# AI Weather and Clothing Suggestion AppThis repository contains both a Streamlit app and a Hugging Face inference endpoint for providing weather information and AI-generated clothing suggestions based on current weather conditions.
## Streamlit App
The Streamlit app allows users to:
- Enter a city name to get current weather information
- Receive AI-generated clothing suggestions based on the weather
- View an AI-generated outfit visualization
- See a weather-related quote of the day### Usage
To run the Streamlit app locally:
1. Install the required dependencies:
```
pip install -r requirements.txt
```
2. Set up the necessary environment variables (API keys, etc.)
3. Run the app:
```
streamlit run app.py
```