diff --git a/README.md b/README.md index 79f19266d..fc864ff76 100644 --- a/README.md +++ b/README.md @@ -1,99 +1,86 @@ -# [Project Name] 🎯 +# WARDROBE GENIE 🎯 ## Basic Details -### Team Name: [Name] +### Team Name: InnovHer ### Team Members -- Member 1: [Name] - [College] -- Member 2: [Name] - [College] -- Member 3: [Name] - [College] +- Member 1: Ann Saniya Rose Thomas - SCMS SCHOOL OF ENGINEERING AND TECHNOLOGY +- Member 2: Amrutha E J - SCMS SCHOOL OF ENGINEERING AND TECHNOLOGY ### Hosted Project Link -[mention your project hosted project link here] +https://wardrobe-genie.onrender.com/ ### Project Description -[2-3 lines about what your project does] + A website where we can upload our outfit pics and then an generates suggestions ### The Problem statement -[What ridiculous problem are you solving?] +Every day, countless women face the challenge of deciding what to wear, ensuring they maintain variety while avoiding outfit repetition. A common preference is that an outfit worn on one day should not be repeated the next, with a rotation spanning a week or even two, depending on the available wardrobe. +The process of selecting an outfit can be time-consuming, especially when considering factors such as color coordination, weather conditions, and suitability for different occasions (such as school, college, or the workplace). With a growing number of clothing options, manually tracking previously worn outfits and planning future ones becomes difficult. + ### The Solution -[How are you solving it? Keep it fun!] +We propose Wardrobe Genie, a smart wardrobe management website that helps users effortlessly plan their outfits. The platform allows users to upload pictures of their outfits, and a system generates suggestions for what to wear next while ensuring variety and avoiding repetition. + ## Technical Details ### Technologies/Components Used For Software: -- [Languages used] -- [Frameworks used] -- [Libraries used] -- [Tools used] - -For Hardware: -- [List main components] -- [List specifications] -- [List tools required] +- Backend: Flask (Python) +- Frontend: HTML, CSS, JavaScript +- Storage: Cloudinary (for storing images) +- Deployment: Render (for hosting Flask app) +- Additional Libraries: + flask_cors (for handling cross-origin requests) + cloudinary (for image uploads) + random (for shuffling and selecting outfits) + python-dotenv (for environment variables) ### Implementation For Software: # Installation -[commands] +$ pip install -r requirements.txt # Run -[commands] +$ python app.py ### Project Documentation For Software: # Screenshots (Add at least 3) -![Screenshot1](Add screenshot 1 here with proper name) -*Add caption explaining what this shows* - -![Screenshot2](Add screenshot 2 here with proper name) -*Add caption explaining what this shows* +!![scrnshot2](https://github.com/user-attachments/assets/605d8965-d2de-4171-9f0f-2f863cd40f9d) +uploading outfits..... +!![screenshot1](https://github.com/user-attachments/assets/6a9af07a-fed8-4bc7-aa0a-74ba7219e5a3) +outfits uploaded completed. -![Screenshot3](Add screenshot 3 here with proper name) -*Add caption explaining what this shows* +!![ssn3](https://github.com/user-attachments/assets/f0bf0e27-e003-4609-908b-b1443979a2a1) +best outfit is been chosen based on our preference -# Diagrams -![Workflow](Add your workflow/architecture diagram here) -*Add caption explaining your workflow* -For Hardware: - -# Schematic & Circuit -![Circuit](Add your circuit diagram here) -*Add caption explaining connections* +# Build Photos +!Team:InnovHer[partners](https://github.com/user-attachments/assets/1c3429e3-9a1b-4fea-ba8d-28b5a3bb23ad) -![Schematic](Add your schematic diagram here) -*Add caption explaining the schematic* -# Build Photos -![Team](Add photo of your team here) +!Build process +*![build 1](https://github.com/user-attachments/assets/a3fc9a27-9fe7-4e8a-a459-846508487a12) -![Components](Add photo of your components here) -*List out all components shown* -![Build](Add photos of build process here) -*Explain the build steps* +![Final] +![ssn3](https://github.com/user-attachments/assets/60919501-7774-4e9a-b0bf-b33a5945aff1) -![Final](Add photo of final product here) -*Explain the final build* ### Project Demo # Video -[Add your demo video link here] -*Explain what the video demonstrates* +https://github.com/user-attachments/assets/2f4b665a-27ab-4112-b0d4-c23188188de5 -# Additional Demos -[Add any extra demo materials/links] +eo demonstrates* ## Team Contributions -- [Name 1]: [Specific contributions] -- [Name 2]: [Specific contributions] -- [Name 3]: [Specific contributions] +- Amrutha EJ: developed the frontend +- Ann Saniya Rose Thomas:developed backend + --- Made with ❤️ at TinkerHub