Coder Social home page Coder Social logo

stylease's Introduction

Development Setup

  1. Clone the repository.

  2. (For Ubuntu 20.04) Navigate to the root directory and run the bootstrap script. This will set up the environment and install all required dependencies. This script only works on Ubuntu 20.04. If your machine do not have Python 3.10 installed, you can uncomment the corresponding part in the script.

    script/bootstrap
    
  3. (For other OS) You need to install MongoDB Community Edition if you want to develop without connecting to our MongoDB Atlas. Make sure NodeJS and Python3.10 are installed on your machine.

    • Install node dependencies and expo-cli for client:

      cd client/
      npm install
      npm install -g expo-cli
      
    • Create virtual environment and install python packages for server:

      cd server/
      python3 -m venv venv
      
      # Bash/macOS
      source venv/bin/activate
      # Windows
      .\venv\Script\activate
      
      pip install -r requirements.txt
      
  4. In the ./client and ./server folders, the above script has generated .env files. Make sure to modify the placeholder strings.

Demo Write-Up

StylEase is a mobile app that helps users manage their wardrobe and create stylish outfits. Here are the main features of the app, as described in the demo video:

  • Home: The Home page of the app displays the StylEase logo, and will eventually include a feature that shows users the current weather in their area. This can help users plan their outfits based on the weather conditions.

  • Wardrobe: The Wardrobe page is where users can view all of their uploaded clothing items. Users can easily add new items to their wardrobe by clicking the plus button in the bottom right corner of the screen. The search feature at the top of the screen allows users to quickly find a specific item in their wardrobe.

  • Outfit: The Outfit page provides users with recommended outfits based on the app's AI algorithms. Users can also create their own outfits by selecting items from their wardrobe and customizing them. This allows users to experiment with different looks and find new outfit ideas.

  • Calendar: The Calendar page allows users to plan their outfits in advance. Users can add new outfit plans by clicking the plus button in the bottom right corner of the screen. Each outfit plan can be customized by selecting items from the user's wardrobe. Users can also edit or delete existing outfit plans as needed.

  • Profile: The Profile page will display user information such as their name, photo, and preferences. This page will also include settings features that allow users to customize the app to their liking.

stylease's People

Contributors

zhoueeeeee avatar sean-1005 avatar ztjdavid avatar garearc avatar zhaotingji avatar dependabot[bot] avatar

stylease's Issues

Production / Builds

  • Exception tracking via Sentry
  • Logging system
  • Ensure the app runs successfully

Outfit Recommendation - items suggestion

Given the clothes selected by users, the recommendation system can suggest outfits that are compatible with users' clothes. The result also includes consideration of the weather and users' occasion, style, etc.

Flask API requests

Please add notes for any API that you need. Please also include the request body, equest type, and functionalities. I will response when it finished.

GET carries request parameter appended in URL string while POST carries request parameter in message body

Some workflows have no defined timeouts or are not using ubuntu-latest

This repo has workflows that have no defined timeouts and/or are not using ubuntu-latest.

We use self hosted runners to avoid overage costs associated with GitHub Actions. However, we don't have a lot of workers to handle all of the load.
To ensure a single build doesn't spend hours and monopolize our workers, we limit each job to 20 minutes.
Please add a timeout to your jobs. We will disable your actions until you add them.

Your build may also be missing ubuntu-latest in the runs-on field.

Docs: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
Example:

jobs:
  build:
    runs-on: ubuntu-latest # This is required
    timeout-minutes: 20 # Add this line here

Affected Workflows:

Workflow Path Job Re-enable
.github/workflows/flask.yml test-flask https://github.com/dcsil/StylEase/actions/workflows/flask.yml
.github/workflows/mobile.yml build-android https://github.com/dcsil/StylEase/actions/workflows/mobile.yml
.github/workflows/mobile.yml build-ios https://github.com/dcsil/StylEase/actions/workflows/mobile.yml

SignUp system

  • Design registration form
  • Implement validation for the registration form
  • Create a database table for storing user information

Admin panel

  • Design admin dashboard
  • Implement user management feature

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.