Submitted by AutoModerator t3_z07o4c in MachineLearning
I-am_Sleepy t1_ix8g3q5 wrote
Reply to comment by DevilsPrada007 in [D] Simple Questions Thread by AutoModerator
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