TimKahyo / HairstyleRecommender

Recommends hairstyles based on face shape and hair type.
0 stars 0 forks source link

Hairstyle Recommendation app #1

Open Tejws opened 4 days ago

Tejws commented 4 days ago

I am working on the same project to create a Hairstyle Recommendation app according to face cut from scratch , please drop some tips from where should i start working with or lets collab

TimKahyo commented 4 days ago

Hi Tejas! Thanks for reaching out to me. Unfortunately, I’m not available for collaboration as I’ll be busy with classwork until the end of the year.

That said, I can still share some tips with you!

  1. First, define the machine learning models you want to create. For example, in my case, I would build a gender classifier, a face shape classifier, and a hair type classifier.
  2. Second, based on the output of those models, set up a recommendation system. I believe a simple conditional statement will suffice, generating recommendations based on the input parameters from the model outputs.
  3. Third, ensure the output of the recommendation system is presented effectively, ideally with a good UI. You might want to use Streamlit for this because it makes development really easy.

Thanks again for reaching out to me!

Tejws commented 4 days ago

Hi Tim,

Thank you for sharing these valuable insights despite your busy schedule. Your tips on classifiers, the recommendation system, and using Streamlit are incredibly helpful. I truly appreciate your guidance! Best of luck with your classwork.