docs_with_new_ui #16

Merged
Fabel merged 3 commits from docs_with_new_ui into develop 2024-10-22 09:25:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1eb1517a38 - Show all commits

View File

@ -27,7 +27,7 @@ The application uses a DuckDB database to store analyzed data. The `FakeNewsChec
### Machine Learning Model ### Machine Learning Model
- **VeraMindInference**: An inference engine for the VeraMind model, which is used to predict whether an article is real or fake news based on its text content. - **VeraMindInference**: An inference engine for the VeraMind model, which is used to predict whether an article is real or fake news based on its text content.
- **ArticleRater**: A class that uses the Language Model (LLM) to generate a response based on the analyzed text data. - **ArticleRater**: A class that uses the Large Language Model (LLM) to generate a response based on the analyzed text data.
## Usage ## Usage