Spaces:
Sleeping
Sleeping
| [project] | |
| name = "nlp-assesment" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "dotenv>=0.9.9", | |
| "faiss-cpu>=1.12.0", | |
| "gradio>=5.23.1", | |
| "langchain>=1.0.0a14", | |
| "langchain-community>=0.3.31", | |
| "langchain-experimental>=0.0.42", | |
| "langchain-google-genai>=3.0.0", | |
| "langchain-huggingface>=1.0.0", | |
| "pandas>=2.3.3", | |
| "sentence-transformers>=5.1.1", | |
| "tabulate>=0.9.0", | |
| "torch>=2.8.0", | |
| ] | |