Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravelle authored Jul 4, 2024
1 parent 6372865 commit 6d8ddec
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ TokenMyzer is a Streamlit-based application designed to optimize text input for

## Directory Structure

TokenMyzer/
├── .gitignore
├── requirements.txt
├── README.md
├── app.py
├── config/
│ └── config.py
├── src/
│ ├── api/
│ │ └── groq_api.py
│ ├── ui/
│ │ └── streamlit_ui.py
│ ├── utils/
│ │ ├── common_words.txt
│ │ ├── helpers.py
│ │ └── text_processors.py
│ └── downloadable/
│ └── tokenmyzer_function.py
└── tests/
└── test_groq_api.py

TokenMyzer/
├── .gitignore
├── requirements.txt
├── README.md
├── app.py
├── config/
│ └── config.py
├── src/
│ ├── api/
│ │ └── groq_api.py
│ ├── ui/
│ │ └── streamlit_ui.py
│ ├── utils/
│ │ ├── common_words.txt
│ │ ├── helpers.py
│ │ └── text_processors.py
│ └── downloadable/
│ └── tokenmyzer_function.py
└── tests/
└── test_groq_api.py

## TokenMyzer Function

Expand Down

0 comments on commit 6d8ddec

Please sign in to comment.