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
- Host: GitHub
- URL: https://github.com/samedhrmn/neural-style-transfer-flutter
- Owner: SamedHrmn
- License: mit
- Created: 2024-02-15T12:49:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T13:11:42.000Z (over 2 years ago)
- Last Synced: 2025-08-08T04:33:09.346Z (11 months ago)
- Topics: flask, flutter, neural-style-transfer, tensorflow-lite
- Language: Dart
- Homepage:
- Size: 3.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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