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

https://github.com/shantanu66/api-for-reality-conjurer

An Api/Server/Backend created for the Cient app(Flutter) to interact and function with the backend and predict the image based on our trained model
https://github.com/shantanu66/api-for-reality-conjurer

backend-api flask server

Last synced: 3 months ago
JSON representation

An Api/Server/Backend created for the Cient app(Flutter) to interact and function with the backend and predict the image based on our trained model

Awesome Lists containing this project

README

          

# Download the trained Model here:
https://www.mediafire.com/file/nhn4jz0v6ivlizc/test.h5/file

# Steps to run the server

Open cmd and go to the server path and run these commands to set the server to a local host and run it locally
(Try cmder:a better alternative to windows cmd line/powershell)

set FLASK_APP=flask_api.py
set FLASK_ENV=development
flask run --host=192.168.1.3

After this run the main Reality conjurer app using your Flutter emulator(Clone that repository first)