Description:
Visualization of uninformed and informed search algorithms.
Uninformed search algorithms include: DFS, BFS, IDDFS, UCS.
Informed search algorithms include: A* and Greedy.
Great Apes Classifier
Languages: Python
Library: fastai
Description:
A Gradio application hosted on HuggingFace Spaces that classifies photos of Great Apes.
The model that is used is ResNet-18 CNN model that was fine-tuned using the fast.ai library.