- Apr 23, 2012
- 2,854
- 5,869
@BlogPro a small correction for the above. I used your script in google colabs and it works great..thank you so much mate...
I am glad you got it working my friend
@BlogPro a small correction for the above. I used your script in google colabs and it works great..thank you so much mate...
I am interested in keyword clustering script with Jaccard Index.
How did you do this, can you explain to us in detail? I couldn't run it on PC, I guess it's something I don't understand. Or would you help me if I specify KW?@BlogPro a small correction for the above. I used your script in google colabs and it works great..thank you so much mate...
Copy to Drive button (just below the file name at the top) - if you're unable to find it, just click File >> Save a Copy in DriveRuntime and click on Run Allkeywords.csv - just click on "Choose Files" and upload. keywords_output.xlsx and unique_keywords.csv there. Simply right-click and download. Hey mate... i was too late to see your request, @BlogPro took my chance .. lol.How did you do this, can you explain to us in detail? I couldn't run it on PC, I guess it's something I don't understand. Or would you help me if I specify KW?![]()
Cool Script Is it still working?
Can anybody help me!! I'm on ubuntu 22.10.
I'm unable to install packages from requirements.txt.
"pip install -r requirements.txt" gives this message -
"Command 'pip' not found, but can be installed with:
sudo apt install python3-pip"
Thanks.
Yes Sir,Have you installed python?
Yes Sir,
The "python3 --version" gives me this result "Python 3.10.7"
pip3 --version
sudo apt install python3-pip
pip3 install -r requirements.txt
Oh yes i realized that and installed pip. The dependencies are installing now. I will check the script soon. Thanks for such swift replies.First check if pip3 is installed -
Code:pip3 --version
If not, run
Bash:sudo apt install python3-pip
Check for successful install again with the version command.
Then run
Code:pip3 install -r requirements.txt
@BlogPro
Sorry sir one last question. is this normal script behaviour? Its downloading something after executing the script.
View attachment 252579
Cool.Yes, absolutely normal. It downloads the model the first time you run it.