Spaces:
Sleeping
Sleeping
[project] | |
name = "luxdev-crawler" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"ipykernel>=6.29.5", | |
"llama-index-llms-ollama>=0.5.4", | |
"llama-index>=0.12.32", | |
"llama-index-embeddings-huggingface>=0.5.3", | |
"llama-index-readers-web>=0.3.9", | |
"html2text>=2024.2.26", | |
"htmlrag>=0.1.1", | |
"markdownify>=1.1.0", | |
"trafilatura>=2.0.0", | |
"fastrtc[stt,tts,vad]>=0.0.23", | |
"python-dotenv>=1.1.0", | |
"kokoro-onnx>=0.4.8", | |
"num2words>=0.5.14", | |
"clean-text>=0.6.0", | |
"pyphen>=0.17.2", | |
"unidecode>=1.4.0", | |
"pydub>=0.25.1", | |
"flash-attn>=2.7.4.post1; sys_platform == 'linux'", | |
] | |