Thank you @AniketArs, can fully use image_similarity_tools.py now : )
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Oct 31 2021
Oct 30 2021
Running the second cell now returns an error related to tensorflow_hub library usage in image_similarity_tools.py, it persists after kernel restart. Disabling hub and the example classifier from the .py removed the error. Tried in two instances of PAWS
Oct 16 2021
Hi everyone, I'm very interested in working on this project as an Outreachy applicant. I tried to access T291071 but get the following error:
Oct 14 2021
In T290720#7427624, @Nafiya_Ahmed wrote:@Mike_Peel Hello, I was having some serious problem setting up pywikibot in my PC. I use Ubantu. I was having problem to log in. Anyways I started using paws, will it be a problem? Then I am now in a fix what to do now, as i told you before I forgot a lot of things in python. you said to set up a script that will connect to Wikidata, so i guess i ran import pywikibot
enwiki = pywikibot.Site('en', 'wikipedia')
enwiki_repo = enwiki.data_repository()
page = pywikibot.Page(enwiki_repo, 'User:Nafiya_Ahmed/Outreachy 1'),, i guess this is the code to connect, but when I ran print(page.text) my output is blank, I am really in a fix that what should be the appropiate output?