UTHack 2020
===
###### tags: `TMP Group Meeting`
:::info
- **Location:** BA
- **Time ** Friday
- **Agenda**
0. Project plans `10min`
> [name=Nive]
1. Deliverable 1 Feedback Discussion `20min`
2. MeetUp with Partner `45min`
3. Deliverable 2 progress update`20min`
4. Setup milestone for next step
(https://)
- **Participants:**
- Niveditha Kani
- Ming Jin Lu
- Tina Li
- Kevin Leung
- **Reference:** -
:::
## Meeting Notes
:books: Project Plans
---
1) Website (similar to Tinder)
3) Database containing scraped images from (Amazon or any other fashion store)
4) Use machine learning to assign tags to each image
The user can swipe left on an image if they dislike the image, or right if they like the image. After they swipe the image away, a new image appears.
??? WHERE DO WE GET THE IMAGE -> web crawler -> UIPathAutomator gets images from a store website
If they swipe left, the next image must not contain (at least one tag) from the previous image's tags.
If they swipe right, the next image is similar to the previous image.
Left -> different
Right -> similar tags
At any point, the user can click "Purchase" to open a webpage with the website where the image is from.
## :dog: Project Struture
---
PERN DEVELOPMENT PROCESS
## Repo Name
Stylelist
### API Team:
Web crawler: Nordstrom
See what we get with the UIpath
ML: Tensor Flow
Category:
Plan ->
1. Understanding it Read some docs
2. Test it, see what it brings from Nordstrom
3. Check how to use it with the front end
Pitch:
It's a path to self-discovery. We know more about you than you know about yourself! :D
### Frontend Team:
>[name=Ming Jin Lu]
First page: Search bar (enter button and tags suggestion)
Second page: pops up image /with swiper
Third page: Analysis Page with stats
React + React Bootstrap + Bootstrap
Plan ->
1. Build the git hub and react init
2. Simple framework + with wireframe
3. Interactions with HARD CODED data
4. Connect with the api // Will need modification
5. Analysis Page
6. Back button (undo swipe)
https://dashboard.componentblox.com/components/slider/
## Schema
```json=
{
product_name: "name",
link: "url",
img_url: "url for the image",
details: "I am an Academic waste",
color_url_list:["url1", "url2"],
more_details: "more stuff"
}
```
## Nice To Have
Suggestions based on weather and where he/she is going during the day