AI Weather and Clothing Suggestion App
This 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:
- Install the required dependencies:
pip install -r requirements.txt
- Set up the necessary environment variables (API keys, etc.)
- Run the app:
streamlit run app.py
Model tree for hadirashwan/wear_what_clothing_suggestion
Base model
mistralai/Mistral-7B-v0.3
Finetuned
mistralai/Mistral-7B-Instruct-v0.3