Ayush1998 / Elphas

Elephant Identification and counting system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elphas

Elephant Identification and counting system

To activate front-end, inside the dir run

npm install

afterwards,

npm start

In the back-end you would find requirements.txt which includes all the required modules. To install those run inside the dir

pip install -r requirements.txt

An Anaconda environment is preferred.

If using windows, as the server is written in app.py, run

set FLASK_APP=app.py
flask run

to start the server.

If on linux or mac run

export FLASK_APP=app.py
flask run

to up and run the server.

About

Elephant Identification and counting system


Languages

Language:Python 58.7%Language:Jupyter Notebook 32.7%Language:JavaScript 5.3%Language:CSS 3.2%Language:Shell 0.1%Language:HTML 0.0%