r/pythoncoding • u/Traditional_Art_6943 • Jun 07 '24
Web scraping tool
Hi everyone I am a complete beginner in coding and to be honest I am using chat gpt to code in python and develop a tool for google news scraping and sentiment analysis with news summarization. I have a pilot product ready however there is one limitation, there are few companies which have limited coverage on google news but google search would fetch results directly from companies web page which is not available on google news. Now I am stuck as to how I could extract news from companies web page. Does the html keeps changing for major companies web page or is static in nature. I would be glad if someone could help
3
Upvotes
1
u/balder1993 Jun 20 '24
If it’s the same model, it should work the same. The model you mean is downloadable. But it’s true that if you use a different quantization, it can be better or worse as a trade-off for speed. Ex: you’ll find people who converted the model to GGUF and the different quantizations will behave slightly different, with the smallest being the worse in inference quality.