EricPostMaster / Are-You-Irish-Classifier

Streamlit application that uses Naive Bayes to assign users an "Irish-ness score" (the Murphy Index). ☘ Development process has application to spam detection on short-length documents.
MIT License
0 stars 0 forks source link

Update model development to pull from Google Sheet instead of CSV #7

Open EricPostMaster opened 2 years ago

EricPostMaster commented 2 years ago

The full dataset currently lives in a CSV here in GitHub, but if I just connect directly to the Google Sheet I've been using to clean the data, that will save me the time of uploading a new copy any time I update the data

consuegy commented 2 years ago

@EricPostMaster Need help with this?

EricPostMaster commented 2 years ago

@consuegy Thanks for volunteering! I'm trying to figure out security for the Google Sheets API (it's new to me), so I may need to do this one on my own. I'll let you know if that changes though!

consuegy commented 2 years ago

@EricPostMaster Not a problem. Let me know if you need help getting it set up. Happy to jam.