Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
NLP-Debater-Project
/
FastAPI-Backend-Models
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
FastAPI-Backend-Models
113 kB
  • 5 contributors
History: 136 commits
S01Nour
feat: Add `GenerateModelManager` for loading Hugging Face generation models and performing text generation.
2ed0ab3 4 days ago
  • models
    Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models 4 days ago
  • routes
    Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models 4 days ago
  • services
    feat: Add `GenerateModelManager` for loading Hugging Face generation models and performing text generation. 4 days ago
  • .dockerignore
    146 Bytes
    Refactor import statements in health.py and stance.py to use relative paths; update .dockerignore to remove models directory 30 days ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • .gitignore
    93 Bytes
    chore: remove default fallback value for HUGGINGFACE_GENERATE_MODEL_ID. 4 days ago
  • Dockerfile
    918 Bytes
    Refactor Dockerfile and main.py to set working directory and PYTHONPATH correctly; ensure imports function as expected about 1 month ago
  • README.md
    233 Bytes
    initial commit about 1 month ago
  • config.py
    2.53 kB
    chore: remove default fallback value for HUGGINGFACE_GENERATE_MODEL_ID. 4 days ago
  • main.py
    11.2 kB
    feat: Add logging, FastAPI imports, and integrate Hugging Face generation model manager. 5 days ago
  • requirements.txt
    683 Bytes
    chore: Update and manage project dependencies. 4 days ago