StephanAkkerman / FluentAI

Automating language learning with the power of Artificial Intelligence. This repository presents FluentAI, a tool that combines Fluent Forever techniques with AI-driven automation. It streamlines the process of creating Anki flashcards, making language acquisition faster and more efficient.
https://akkerman.ai/FluentAI/
MIT License
9 stars 1 forks source link

Logging #53

Closed StephanAkkerman closed 2 weeks ago

StephanAkkerman commented 2 weeks ago

Description

This removes almost all print statements and replaces it with logging.info. Later we need to see what we want to do for debug, warn, error, etc. It also includes a loading bar for the fasttext model (as this takes the longest for our code at the moment)

Related Tickets & Documents

Fixes #46

What type of PR is this? (check all applicable)

Added to documentation?