title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | inference_file | base_model | pipeline_tag | inference |
---|---|---|---|---|---|---|---|---|---|---|---|---|
AI Weather and Clothing Suggestion App |
🌦️👚 |
blue |
green |
streamlit |
1.24.0 |
app.py |
true |
mit |
weather_clothing_suggestion.py |
mistralai/Mistral-7B-Instruct-v0.3 |
text-generation |
true |
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.
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
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