Skip to content

jigglyjegan/tpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BT4103 Sensemaking of Text Data for Pre-processing

Important note: Please create your own branch when working on changes, don't need to do PR but also don't override master

Setting up

Install dependencies

pip3 install -r requirements.txt

For running front end

streamlit run main.py

File Structure

.
├─ .streamlit
    ├─ config.toml ─ "Theme for frontend"
├─ topic_models (Backend)
    ├─ data.py ─ "Data Loading, Preprocessing and Helper Functions"
    ├─ bertopic.py ─ "Bertopic Model Functions"
    ├─ lda.py ─ "LDA Model Functions"
    ├─ nmf.py ─ "NMF Model Functions"
    ├─ top2vec.py ─ "Top2Vec Model Functions"
├─ main.py (Frontend) ─ "Main Streamlit Script"
├─ requirements.txt ─ "Python Dependencies"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • CSS 1.8%