-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (34 loc) · 1.5 KB
/
pyproject.toml
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
[tool.poetry]
name = "emsugi"
version = "0.0.0"
description = "The EMSUGI is a sophisticated application designed to gather and analyze emergency alerts from various sources. It leverages generative AI to predict future incidents based on historical data and current trends. This system aims to enhance the efficiency of emergency responses by providing insightful reports and visual analytics."
authors = ["Muhammad Fiaz <[email protected]>"]
repository = "https://github.com/muhammad-fiaz/EMSUGI.git"
license = "MIT"
readme = "README.md"
keywords = ["emsugi", "management", "system", "generative", "ai"]
homepage = "https://github.com/muhammad-fiaz/EMSUGI#readme"
[tool.poetry.dependencies]
python = "^3.11"
google-generativeai = "^0.8.1"
python-dotenv = "^1.0.1"
requests = "^2.32.3"
scikit-learn = "^1.0.2"
torch = {url = "https://download.pytorch.org/whl/cu124/torch-2.5.1%2Bcu124-cp312-cp312-win_amd64.whl"}
torchaudio = {url = "https://download.pytorch.org/whl/cu124/torchaudio-2.5.1%2Bcu124-cp312-cp312-win_amd64.whl"}
torchvision = {url = "https://download.pytorch.org/whl/cu124/torchvision-0.20.1%2Bcu124-cp312-cp312-win_amd64.whl"}
nltk = "^3.6.5"
transformers = "^4.45.1"
bs4 = "^0.0.2"
logly = "^0.0.6"
sentence-transformers = "^3.1.0"
matplotlib = "^3.4.3"
tensorflow = "^2.18.0"
pandas = "^2.2.3"
flask = "^3.0.3"
accelerate = "^1.1.1"
bitsandbytes = "^0.44.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
package-mode = false