Skip to content

A graphical user interface for machine learning built on streamlit and pycaret

Notifications You must be signed in to change notification settings

pannapann/graphical-user-interface-for-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphical user interface for machine learning

Example usage

Example usage

Installation

  1. Create conda environment
conda create -n myenv python=3.8
  1. Run these commands in terminal
pip install pycaret[full]
pip install streamlit
python -m spacy download en_core_web_sm
python -m textblob.download_corpora

or

  1. Run these commands in terminal
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python -m textblob.download_corpora

Run command

streamlit run main.py

Deployed app

https://pannapann-graphical-user-interface-for-machine-lear-main-4vo7o5.streamlitapp.com/

About

A graphical user interface for machine learning built on streamlit and pycaret

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages