Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasa-dev committed Apr 28, 2023
1 parent ee90f2c commit 439dc66
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

An AI flutter App to generate random faces. The Generated faces do not actually exist in real life. This app uses the [100k-faces](https://github.com/ozgrozer/100k-faces) API.

> **Note**
>
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg">
<img alt="Tip" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg">
</picture><br>

> As the CORS is not enabled for the server used by the API, to run this project on web please use `flutter run -d chrome --web-browser-flag "--disable-web-security"` command.
<br/>

<picture>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/issue.svg">
<img alt="Issue" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/issue.svg">
</picture><br>

> Flutter Web does not produce images since the API server does not have CORS enabled.
### 📥 Check out the app

| OS | Actions |
Expand All @@ -20,4 +32,4 @@ An AI flutter App to generate random faces. The Generated faces do not actually
|----------|----------|----------|
| Mobile | <img src="screenshots/mobile_light_ss.png"> | <img src="screenshots/mobile_dark_ss.png"> |
| Web | <img src="screenshots/web_light_ss.png"> | <img src="screenshots/web_dark_ss.png"> |
| Windows | <img src="screenshots/windows_light_ss.png"> | <img src="screenshots/windows_dark_ss.png"> |
| Windows | <img src="screenshots/windows_light_ss.png"> | <img src="screenshots/windows_dark_ss.png"> |

0 comments on commit 439dc66

Please sign in to comment.