EthanLife41/IDvasive
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
IDvasive is a ML detector for invasive plant species. Made for NorCal Hacks 2023 by Ethan, Raymond, Will and Jason Demo Video: https://youtu.be/fSeqkSLu35Q Operation Notes: Please note the API keys are placeholders only; you will need to paste your own API key to use the program. To use the project, open command prompt and use the cd command to navigate to the directory the project is stored in. Use pip to install requests, django, pillow, openai, plantid. In the directory, run the command "py manage.py runserver" The text should appear with a localhost link, such as "127.1.000:8000" -> Paste that link in a web browser and add /upload to the end (eg. "127.1.000:8000/upload"). The application should now be operational. To exit the program enter CTRL + BREAK or CTRL + C.