Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorKraevTransferwise committed Jun 6, 2024
1 parent 1474161 commit 82d618a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from wise_topic.topic.greedy import greedy_topic_tree, tree_summary
from wise_topic.classifier.classifier import (
llm_classifier_binary,
llm_classifier_multiple,
)
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
langchain
langchain_core
langchain_openai
numpy
scikit_learn

0 comments on commit 82d618a

Please sign in to comment.