KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
faceEditor_flutter
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Hachiko
:
Simple tool for creating pitch timeline
Spring-Boot-RESTFul-APIs
:
Spring Boot RESTFul APIs Course Repository
scrape-yt
:
Simple lib to scrape information from youtube such as search results, video information, related videos, playlist information and up next video
f_service
:
Simpler, safer and more composable operations
more_todo
:
A todo app to learn Moor.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
faceEditor_flutter
?
Download (.md)
# Face Editor (Flutter App) This is a real world Application which claims to be a good starting point for a Flutter applications that wants to use Machine Learning or Artificial Intelligence as a part of them. This is a really simple proyect with almost no-structure focused on: - Using a real custom tensorflow lite model loaded locally and used offline. A custom model made by myself, not the usual models preloaded from Tensorflow team and used in all tutorials. You can check out the model [here](https://github.com/ianholing/faceGAN_face_editor) - Consume an AI API also created by myself. A little one with not much complications and runnning on a Raspberry Pi 4 hardware at home. You can check out the server [here](https://github.com/ianholing/faceEditor_server/) ## Real Working models - Local App model (171M) [Face Segmentation 256x256 tflite](http://www.metodica.es/segmentator.tflite) - Server API Model (596M) [Face Generator 512x512](http://www.metodica.es/generator_8.h5) ## Links on markets Real App links are comming soon, meanwhile mAIro uses the same structure and it is already in markets and completely working over the same Raspberry Pi Server: [mAIro: AI Generated Art](http://www.mairoart.com/) ## Flutter Getting Started - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) For help getting started with Flutter, view our [online documentation](https://flutter.dev/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference. ### Credits Made By [Metódica.es](http://www.metodica.es)