fhoc / pyproject.toml
Francisco Zanartu
feat: implement Gradio interface for misinformation detection and enhance document analysis functionality
81b8253
Raw
History Blame
522 Bytes
[project]
name = "fhoc"
version = "0.1.0"
description = "An AI-based tool to detect and counter climate misinformation"
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"fastapi[standard]>=0.127.0",
"google-genai>=1.56.0",
"gradio>=6.2.0",
"ipykernel>=7.1.0",
"langchain>=1.2.0",
"langchain-google-genai>=4.1.2",
"langchain-openai>=1.1.6",
"langchain-text-splitters>=1.1.0",
"markdown>=3.10",
"pip>=25.3",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]