An open API service indexing awesome lists of open source software.

https://github.com/samedhrmn/neural-style-transfer-flutter

Neural Style Transfer Application with Flask API and Flutter
https://github.com/samedhrmn/neural-style-transfer-flutter

flask flutter neural-style-transfer tensorflow-lite

Last synced: about 2 months ago
JSON representation

Neural Style Transfer Application with Flask API and Flutter

Awesome Lists containing this project

README

          

# Neural Style Transfer - Flutter and Flask API

This project contains two subprojects, the Flutter client project and the Flask server project. Flask is a MobilenetV2-based neural network application that uses a Tensorflow model and implements a style transfer by handling requests from Flutter.

## Known issue
There is one exception that is thrown by Flutter after making the request. It may or may not appear by chance. I couldn't find the source of the problem. If you find it, you can let me know.


--> DioException (DioException [unknown]: null
Error: HttpException: Connection closed while receiving data

## Screenshots