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!
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
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
Paulina Teran - Project Manager and Frontend
Connor Sun - Frontend
Aarfan Hussain - Frontend
James Parrott - Backend Lead
Angela Wu - Backend
Alec Situ - Backend