➊ This project is an attempt to suggest users which influencers use a particular brand based on the brand choosen by the user. There are several brands like Addidas, Puma, American Tourister etc.
➋ The dataset was collected from brand pages on instagram and startuptalky.com
➌ Using 𝐍𝐄𝐀𝐑𝐄𝐒𝐓 𝐍𝐄𝐈𝐆𝐇𝐁𝐎𝐑𝐒 algorithm of scikit learn influencers were extracted based on brand logos images.
To install the requirements(libraries) run the following
• pip install -r requirements.txt
To run the streamlit application run the following
• streamlit run app.py
Numpy
Tesnsor Flow
Pillow
Pickle
Scikit-Learn
Streamlit