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.
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.]
Tasks:
Restructure the files
Additional context
Add any other context or screenshots about the feature request here.
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.]
Tasks:
Additional context Add any other context or screenshots about the feature request here.