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
- Host: GitHub
- URL: https://github.com/shantanu66/api-for-reality-conjurer
- Owner: Shantanu66
- Created: 2021-10-05T19:06:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-24T08:59:32.000Z (over 4 years ago)
- Last Synced: 2025-02-22T04:16:49.151Z (over 1 year ago)
- Topics: backend-api, flask, server
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)