Skip to content

swatisingh45/Elphas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.7%
  • Jupyter Notebook 32.7%
  • JavaScript 5.3%
  • CSS 3.2%
  • Other 0.1%