-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-clean.txt
More file actions
60 lines (50 loc) · 1.4 KB
/
requirements-clean.txt
File metadata and controls
60 lines (50 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# 🚔 Police AI Monitor - Python Dependencies
# ===== CORE STREAMLIT APPLICATION =====
streamlit>=1.28.0
pandas>=2.0.0
numpy>=1.24.0
plotly>=5.15.0
kaleido>=0.2.1
requests>=2.31.0
python-dateutil>=2.8.0
pytz>=2023.3
# ===== NLP AND AI PROCESSING =====
nltk>=3.8.1
textblob>=0.17.1
spacy>=3.6.0
transformers>=4.30.0
torch>=2.0.0
vaderSentiment>=3.3.2
sentence-transformers>=2.2.0
huggingface-hub>=0.16.0
langdetect>=1.0.9
# ===== MACHINE LEARNING =====
scipy>=1.10.0
scikit-learn>=1.3.0
networkx>=3.0
# ===== DATA VISUALIZATION =====
seaborn>=0.12.0
matplotlib>=3.7.0
# ===== WEB SCRAPING =====
beautifulsoup4>=4.12.0
selenium>=4.10.0
validators>=0.20.0
lxml>=4.9.0
# ===== TEXT PROCESSING =====
fuzzywuzzy>=0.18.0
python-Levenshtein>=0.21.0
# ===== OPTIONAL: API INTEGRATIONS =====
# tweepy>=4.14.0 # Twitter API
# openai>=0.27.0 # OpenAI GPT integration
# facebook-sdk>=3.1.0 # Facebook API
# ===== OPTIONAL: DATABASE =====
# sqlalchemy>=2.0.0 # Database ORM
# psycopg2-binary>=2.9.0 # PostgreSQL driver
# ===== OPTIONAL: ADVANCED FEATURES =====
# opencv-python>=4.8.0 # Image analysis
# Pillow>=10.0.0 # Image processing
# pytesseract>=0.3.10 # OCR capabilities
# ===== DEVELOPMENT (UNCOMMENT FOR DEV) =====
# pytest>=7.4.0 # Testing framework
# black>=23.7.0 # Code formatting
# flake8>=6.0.0 # Linting