Ahmed766 commited on
Commit
6298f9a
·
verified ·
1 Parent(s): e262f12

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +37 -0
requirements.txt ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AutoSEO Engine - Enhanced Requirements
2
+
3
+ # Core dependencies
4
+ pydantic>=2.0.0
5
+ requests>=2.31.0
6
+ beautifulsoup4>=4.12.0
7
+ lxml>=4.9.0
8
+ sqlalchemy>=2.0.0
9
+ alembic>=1.11.0
10
+ celery>=5.3.0
11
+ redis>=4.5.0
12
+ fastapi>=0.100.0
13
+ uvicorn>=0.23.0
14
+ python-dotenv>=1.0.0
15
+
16
+ # ML/NLP dependencies
17
+ tiktoken>=0.5.0
18
+ sentence-transformers>=2.2.0
19
+ numpy>=1.24.0
20
+ pandas>=2.0.0
21
+ scikit-learn>=1.3.0
22
+
23
+ # Local LLM support
24
+ transformers>=4.30.0
25
+ torch>=2.0.0
26
+ accelerate>=0.20.0
27
+ datasets>=2.13.0
28
+ peft>=0.4.0
29
+ bitsandbytes>=0.41.0
30
+
31
+ # Additional utilities
32
+ openai>=1.0.0
33
+ langchain>=0.0.200
34
+ langchain-community>=0.0.32
35
+ langchain-openai>=0.0.5
36
+ chromadb>=0.4.0
37
+ faiss-cpu>=1.7.0