-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added ability for video file playback
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
layout: page | ||
categories: Embedded | ||
title: Review App | ||
picture: /images/projects/YC_Demo.mp4 | ||
title: ReView | ||
video_file: /images/projects/YC_Demo.mp4 | ||
--- | ||
I built an app that allows users to learn what's recyclable and compostable in their area by taking a photo of an item. The app uses a convolutional neural network to classify the item and a rule-based system to determine if it's recyclable or compostable. It's built using a React Native/TypeScript and a Firebase/AWS Sagemaker backend. | ||
ReView is an app that allows users to learn what's recyclable and compostable in their area by taking a photo of an item. The app uses a convolutional neural network to classify the item and a rule-based system to determine if it's recyclable or compostable. It's built using a React Native/TypeScript and a Firebase/AWS Sagemaker backend. |