Skip to content

This is a flask app for serving the machine learning algorithm for predicting if an image is a tiger or lion.

Notifications You must be signed in to change notification settings

n-sipho/lion-vs-tiger-api

Repository files navigation

Lion Vs Tiger API

Installation

Clone this repository

  git clone https://github.com/sbuDiction/lion-vs-tiger-api

Go to the project directory

  cd lion-vs-tiger-api

Run

Create an environment

Create a project folder and a .venv folder within:

macOS/Linux

  python3 -m venv .wrpenv

Windows

  py -3 -m venv .wrpenv

Activate the environment

macOS/Linux

  . .wrpenv/bin/activate

Windows

  .wrpenv\Scripts\activate

Your shell prompt will change to show the name of the activated environment.

Install Python Packages

Within the activated environment, use the following command to install all the required packages:

  pip install -r requirements.txt

About

This is a flask app for serving the machine learning algorithm for predicting if an image is a tiger or lion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published