Retrieve images of your favourite food!
Refer to the report for more information.
Note: Installation has been tested on python 2.7 and python 3.4, if you encounter any issues, please first test if it works with the two versions.
- (Optional) Fork the repository.
- Clone the repository.
conda install -c menpo cyvlfeat opencv3 h5py theano
pip install -r requirements.txt
- [Windows only]
conda install -c msys2 m2w64-gcc=5.3.0
Once all requirements have been satisfied, run scripts in following order.
python featureExtraction.py
python featureExtractionDeep.py
python fullEval.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D