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

Collect scores from user inputs #2

Closed EricPostMaster closed 2 years ago

EricPostMaster commented 2 years ago

It would be cool to collect the scores from user inputs so we can create a histogram of scores and show where the current user's score fits into the historical data

EricPostMaster commented 2 years ago

This is done! Woohoo! This video was a great guide: https://www.youtube.com/watch?v=EMZyVWgUU5A This is the repo associated with it: https://github.com/avrabyt/Streamlit-Tutorials-2021/blob/main/Streamlit_GoogleSheets_Automation/main.py

EricPostMaster commented 2 years ago

Scores are being collected as well as the date the score was collected. Note: Because of an issue with a Streamlit dataframe dependency (StackOverflow link), the score is currently being stored in a string format. It may not be an issue once we stop displaying the dataframe, but that's an issue for tomorrow 🙂