A streamlit application of different models I have implemented to showcase my ability to use various ML tools.
- Basic Tensors
- Model Training with PyTorch
- Basic MLP on Dry Bean Dataset on Streamlit
- Find another cute dataset
The streamlit application has not been deployed. Hence, you will have to locally clone the repo!
git clone https://github.com/therealmolf/model-board.git
Create a virtual environment.
Install the necessary packages.
pip install -r requirements.txt
Run the application.
streamlit run src/Home.py
This is just a personal repo of Miko Planas