generated from nyu-software-engineering/containerized-app-exercise
-
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.
- Loading branch information
1 parent
de87199
commit ca93ec8
Showing
1 changed file
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Containerized App Exercise | ||
# Interview Review WebApp | ||
![WebApp Machine Learning build test](https://github.com/software-students-fall2023/4-containerized-app-exercise-rizzballs/blob/main/.github/workflows/event-logger.yml/badge.svg) | ||
![WebApp Subsystems build test](https://github.com/software-students-fall2023/4-containerized-app-exercise-rizzballs/blob/main/.github/workflows/lint.yml/badge.svg) | ||
|
||
Build a containerized app that uses machine learning. See [instructions](./instructions.md) for details. | ||
## What is our WebApp? | ||
|
||
Our WebApp is designed to help users practice and improve their interview skills. When prompted, users will speak into the microphhone and answer 3 generic interview questions. The app will record the interview and breakdown the answer given, giving a rating based on specified critera and words used. Then, it is compared to other user attempts to give a comparison and return statistics of the prompted user. | ||
|
||
## Installation and Usage | ||
|
||
In Progress | ||
|
||
## Contributors | ||
|
||
- [Andrew Huang](https://github.com/andrew0022) | ||
- [Kei Oshima](https://github.com/KeiOshima) | ||
- [Richard Qu](https://github.com/kingslayerrq) | ||
- [Ryan Horng](https://github.com/Ryan-Horng) |