You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skincare recommendation android application that uses dataset from Kaggle and scrapped data from cosmetics websites to work a Tf-IDF vectorizer for content based filtering, and KNN and Decision trees for collaborative based filtering. The notebook also contains other approaches for POC including SVD. Backend APIs are based on Flask, Android appl…
Tic-Tac-Toe Notebook is a simple Android Game, made in android studio, using Java as the main language. The game has 2 player mode and single player mode where an AI made using a simple minimax algorithm compitite with the human player. And it has difficulty levels, with a decent UI. It took me a bit more than 30 hours to make this game, lerning…