These instructions will get you a copy of the project up and running on your local machine.The project repository also contains files for the Android application.
What things you need to install the software and how to install them
Pip (Pillow) v9.01
Python v2.7.13
Flask v0.12.2
TensorFlow v1.3 using Keras
Numpy
PyFcm
OpenCV v2.14.13.2
hackr
An Android device running android v4.4 and above
A step by step series of examples that tell you have to get a development environment for webserver running for mac.
For pip and Python
brew install python
For Flask
pip install flask-restful
For keras
pip install keras
For tensorflow
pip install --upgrade tensorflow
For Numpy
pip install numpy
For Pyfcm
pip install pyfcm
For Opencv
pip install opencv-python
For hackr
pip install hackr
End with an example of getting some data out of the system or using it for a little demo
To run the flask_app.py webserver locally.
Clone the repository using git clone https://github.com/Prateekj2903/HackData.git
To run the flask_app.py webserver
1.Open the terminal
2.navigate to the location where the repository is cloned
3.run the following command
python flask_app.py
- Flask - The web framework used
- AndroidStudio - Installation and Android app handeling
- Python - Used to create the Flask application(REST API)
See also the list of contributors who participated in this project.
- Hat tip to anyone who's code was used