{"id":21528211,"url":"https://github.com/yukaty/clothing-recommendations-api","last_synced_at":"2026-05-18T04:09:24.687Z","repository":{"id":257938455,"uuid":"872756752","full_name":"yukaty/clothing-recommendations-api","owner":"yukaty","description":"Clothing Recommendations API with LLM","archived":false,"fork":false,"pushed_at":"2024-11-29T18:00:17.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T06:34:15.994Z","etag":null,"topics":["flask","gpt-4o-mini","openai-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yukaty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-15T02:48:34.000Z","updated_at":"2024-11-29T18:00:22.000Z","dependencies_parsed_at":"2024-10-17T03:17:27.635Z","dependency_job_id":"973ea93b-724a-47d4-abc9-af769b0a22da","html_url":"https://github.com/yukaty/clothing-recommendations-api","commit_stats":null,"previous_names":["yukaty/weather-wardrobe-ai","yukaty/clothing-recommendations-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yukaty/clothing-recommendations-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukaty%2Fclothing-recommendations-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukaty%2Fclothing-recommendations-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukaty%2Fclothing-recommendations-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukaty%2Fclothing-recommendations-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yukaty","download_url":"https://codeload.github.com/yukaty/clothing-recommendations-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yukaty%2Fclothing-recommendations-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33164672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","gpt-4o-mini","openai-api"],"created_at":"2024-11-24T01:52:12.813Z","updated_at":"2026-05-18T04:09:24.663Z","avatar_url":"https://github.com/yukaty.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clothing Recommendations API\nThis API offers personalized outdoor outfit recommendations based on current weather. It was developed as a learning project to explore OpenAI API and Flask.\n\n## Setup\n1. Clone the repository\n   ```sh\n   git clone https://github.com/yukaty/clothing-recommendations-api.git\n   cd clothing-recommendations-api\n   ```\n\n2. Create a virtual environment\n   ```sh\n   python3 -m venv venv\n   source venv/bin/activate\n   ```\n\n3. Install dependencies\n   ```sh\n   pip install -r requirements.txt\n   ```\n\n4. Update configuration files\n  - Create a `.env` file in the project root with the following keys:\n     ```\n     OPENAI_API_KEY=your_openai_api_key   # platform.openai.com\n     WEATHER_API_KEY=your_weather_api_key # openweathermap.org\n     ```\n\n5. Run the server\n    ```sh\n    python main.py\n    ```\n\n## cURL Example\n```sh\ncurl -X POST http://127.0.0.1:5000/weather_and_outfit -H \"Content-Type: application/json\" -d '{\"latitude\": \"51.5074\", \"longitude\": \"-0.1278\"}'\n```\n\n## Requirements\n- Python 3.7+\n- Dependencies listed in `requirements.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukaty%2Fclothing-recommendations-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyukaty%2Fclothing-recommendations-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyukaty%2Fclothing-recommendations-api/lists"}