A friendy little website that tells you which bear you are!
For a little more insight into the model behind it, watch this video!
- React
- Flask
- FastAI Model
cd backendpip3 install -r requirements.txt- Add the model to the backend folder with the name
bears.pkl. The model can be downloaded from here - To test locally,
flask run
cd frontendnpm install- To test locally,
npm start
A base-64 image string is an image that has been converted(encoded) to a different format(pixel rgb -> alphabet). The 'search_by_base64_image' function in backend/app.py accepts a b64 encoded image string as an arguement, writes/overwrites it to a temp.jpg file after which the model is run on it as an alternative to searching for an image on the internet by URL.
Check out the contributing guidelines to learn more!
YES!
Contact any of the ACM team members!
This is one of the Official repositories created by ACM PESUECC for Hacktoberfest 2020!