cryogenic22 commited on
Commit
9274dab
·
verified ·
1 Parent(s): 080af87

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # File: requirements.txt
2
+ # Location: /requirements.txt (root directory)
3
+ # Description: Project dependencies for the AI Book Writing Agent
4
+
5
+ python-dotenv
6
+ crewai
7
+ langchain
8
+ openai
9
+ anthropic
10
+ chromadb
11
+ tiktoken
12
+ numpy
13
+ streamlit
14
+ pytest
15
+ sentence-transformers