Machine Learning App Registry
A streamlit web app with 3 machine Learning applications
- Multilingual Sentimental Analyzer
- A Salary Predictor
- An Iris Flower Classifier
Install the packages for running the app
pip install -r requirements.txt
Then to run the app
# run the app with
streamlit run app.py