Skip to content

Commit

Permalink
update readme + move facial recognition python file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Apr 24, 2024
1 parent ddf5c8b commit bdcd170
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,17 @@ Next to the web based application, a machine learning workload is running in the
- Isolation of biometric data on your infrastructure (you own the biometrics, nothing is in the cloud)
- ....

## Web app
## Web app (ui)

The web based application will make use of the [Next.js](https://nextjs.org/) framework. [Storybook](https://storybook.js.org/)
will be used to keep track of and test our UI components.

## Back-end (api)

The back-end or API is written in Golang, and defines specific methods to persist data and call the face recognition model.

## Face recognition (ml)

## Architecture

To be completed
Expand Down
File renamed without changes.

0 comments on commit bdcd170

Please sign in to comment.