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

Improve file structure #55

Closed StephanAkkerman closed 2 weeks ago

StephanAkkerman commented 2 weeks ago
  1. Description:

    • Problem: The current file structure is not efficient. We should have 1 top level file, main.py and the rest should be in sub directories. Otherwise we have to import sys os to import the path to logger, fasttext_model etc.

    • Solution: Rename src to 'fluentai', add 'init.py' to it, leave main there for later, put everything else in sub directories

    • Prerequisites: [List any requirements or dependencies needed before starting.]

  2. Tasks:

    • Restructure the files
  3. Additional context Add any other context or screenshots about the feature request here.