/streamlit_tsne

T-SNE streamlit dimensionality reduction/data visualization tutorial

Primary LanguagePythonMIT LicenseMIT

T-SNE viewer with Streamlit 😎

📢 Favour:

It would be highly motivating, if you can STAR⭐ this repo if you find it helpful.

Try out a demo here: Streamlit App

Installation

  1. Clone repo

    git clone https://github.com/noualibechir/streamlit_tsne.git
    cd streamlit_tsne
    
  2. Create a new environment

     python -m venv env
  3. Activate the new environment

    Linux/Mac

    source env/bin/activate

    Windows

    source env/Scripts/activate
  4. Install dependencies

     pip install -r requirements.txt
  5. Run

    streamlit run app.py

Video Tutorial

video_tuto_v2.webm