gpted / app.py

Commit History

style: Regroup import statements at the top of app.py
19904de

mebubo commited on

refactor: Update type hints to use Python 3.12 style in generate_replacements
15b7594

mebubo commited on

feat: Add type annotations to generate_replacements function
acbaa45

mebubo commited on

refactor: Improve efficiency of generate_replacements by reducing model calls
91515a1

mebubo commited on

refactor: Simplify main function by removing unnecessary indentation
ada166c

mebubo commited on

fix: Pass tokenizer to calculate_log_probabilities function to resolve error
c6407ad

mebubo commited on

refactor: Modularize code by creating functions for model loading and processing
8e36e52

mebubo commited on

feat: add filtering for low probability words based on log probability threshold
b2b409d

mebubo commited on

refactor: separate text processing logic into a new module for better organization
6735ae4

mebubo commited on

Init
91f2f92

mebubo commited on