Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.52 KB

README.md

File metadata and controls

68 lines (53 loc) · 1.52 KB

FungiFind

FungiFind is a mobile application for iOS and Android that allows users to identify if a mushroom is poisonous by taking or uploading a photo of the species through the app. This project was made for the Husky Coding Project RSO at University of Washington, Seattle.

Check out our Figma design!

Installation / Usage

Client Set-Up

Make sure you have Node.js installed on your computer and Expo Go on you mobile device.

Install dependencies:

npm install

To run the app, navigate to the client and start:

cd client
npm start

Server Set-Up

Navigate to the server:

cd server/src

Make sure to install all dependencies.

Set up the virtual environment:

virtualenv flask
cd flask
source bin/activate
cd ..
pip install numpy tensorflow opencv-python pillow

Run the server:

python3 app.py

Credits

Paulina Teran - Project Manager and Frontend
Connor Sun - Frontend
Aarfan Hussain - Frontend
James Parrott - Backend Lead
Angela Wu - Backend
Alec Situ - Backend