kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
281 stars 104 forks source link

Is it possible to run the app on Streamlit instead of Tkinter #64

Open snowbrood opened 4 months ago

snowbrood commented 4 months ago

I am trying to implement your project on streamlit instead of tkinter because i dont have access to GPU.

I want to use google colab and streamlit I was wondering if this approach is possible? so far i was looking at create League functionality and there's no batch input in streamlit

Please do suggest if I should actually pursue sth like this? will it even work or should i just give up? thank you