forked from sjsreehari/PyroScan-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyroscan-ai.toml
More file actions
70 lines (64 loc) · 1.6 KB
/
pyroscan-ai.toml
File metadata and controls
70 lines (64 loc) · 1.6 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
61
62
63
64
65
66
67
68
69
70
[project]
name = "pyroscan-ai"
version = "0.1.0"
description = "PyroScan AI is an intelligent agentic AI system designed to predict
and monitor forest fires using real-time satellite data from NASA FIRMS API and advanced
machine learning techniques. The system provides early warning capabilities and comprehensive
fire risk assessment for critical forest regions worldwide."
authors = [
{ name = "Sreehari", email = "isrosreehari@gmail.com" }
{ name = "Aromal", email = "developeraromal@gmail.com" }
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
annotated-types==0.7.0
anyio==4.9.0
certifi==2025.7.14
charset-normalizer==3.4.2
colorama==0.4.6
distro==1.9.0
greenlet==3.2.3
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.10
jiter==0.10.0
jsonpatch==1.33
jsonpointer==3.0.0
langchain==0.3.27
langchain-core==0.3.72
langchain-openai==0.3.28
langchain-text-splitters==0.3.9
langsmith==0.4.8
numpy==2.2.6
openai==1.98.0
opencv-python==4.12.0.88
orjson==3.11.1
packaging==25.0
pandas==2.3.1
pillow==11.3.0
pydantic==2.11.7
pydantic_core==2.33.2
pynasafirms==0.0.1
python-dateutil==2.9.0.post0
pytz==2025.2
PyYAML==6.0.2
regex==2025.7.34
requests==2.32.4
requests-toolbelt==1.0.0
six==1.17.0
sniffio==1.3.1
SQLAlchemy==2.0.42
tenacity==9.1.2
tiktoken==0.9.0
tqdm==4.67.1
typing-inspection==0.4.1
typing_extensions==4.14.1
tzdata==2025.2
urllib3==2.5.0
zstandard==0.23.0
python-dotenv
flask
flask-cors
]