Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 331 Bytes

File metadata and controls

6 lines (5 loc) · 331 Bytes

Tokenization-Visualizer

A web application illustrating tokenization methods when selecting certain LLMs.

Start the project

Start the project by opening it in VS and running command in terminal: dotnet run Start the script of tokenization by opening it in PyCharm and running command in terminal: uvicorn main:app --reload