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
Using IBM-Watson PersonalityInsightV3 predicted the likeliness of a wide variety of Personalities based on a Instagram user's post captions. It was a part of a project in HackJaipur 2020 Hackathon.
Data Collection :
Steps to reproduce :
Installing dependencies : pip install selenium
Download Chrome Driver and place the .exe file in program files.
Wrote a python script instagram-caption-scrapper.ipynb which scrapes an Instagram User's Post Captions (the number of posts to be scraped can be varied) then after cleaning the data-collected , a csv file and text file is generated.
From 'Catalog' , select 'AI / Machine Learning' and choose 'Personality Insights'.
Generate API_KEY and URL.
Open terminal and enter : pip install watson-developer-cloud
After placing your API_KEY , URL , and the text (on which the personality will be predicted) in the appropriate cells , execute Personality-Prediction-IBM-Watson.ipynb
A .csv file is generated displaying the probabilities of a wide range of personalities.
About
Using IBM-Watson PersonalityInsightV3 predicted the likeliness of a wide variety of Personalities based on any Instagram user's post captions.