Submitted by AutoModerator t3_z07o4c in MachineLearning
DevilsPrada007 t1_ix6qi24 wrote
How can Machine Learning be applied to Newswires to provide real time insights to customers?
Is a move to cloud needed?
I-am_Sleepy t1_ix8g3q5 wrote
I'm guessing you are trying to make sentiment analysis (NLP) on Newswires data source. If there is a public API, you can queried data directly. If not, you would need to write your own crawler. Then you can save the data locally, or upload them to cloud like BigQuery. For a lazy solution, you can then connect your BigQuery dataset to AutoML
But if you want to train your own model, you can try picking some from HuggingFace, or follow paper trails from paperswithcode
Viewing a single comment thread. View all comments