Skip to content

Back-end for the Heroscan project, part of Bangkit 2021 capstone.

Notifications You must be signed in to change notification settings

nairdua/heroscan-backend

Repository files navigation

HeroScan

Backend for the HeroScan service, capstone project for Bangkit 2021 program. Handles prediction requests and responses.

Running

Note:

  • This project mainly uses Python 3.7.x. Other versions can cause unexpected behavior.
  • It's recommended to use pyenv to manage multiple Python versions in one machine.
  • To keep your Python install clean, it's also recommended to use pyenv-virtualenv. Create a virtualenv specifically for this project.
  1. Clone this repository.
  2. Install requirements
  • Run pip install -r requirements.txt in the terminal.
  1. Run application
  • Run export FLASK_APP=main.py ; flask run in the terminal.
  1. Make prediction requests
  • It's recommended to use Postman to mock API requests
  • The request's body must contain a file variable which is the image to be scanned.

About

Back-end for the Heroscan project, part of Bangkit 2021 capstone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages