Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeoNguyen101120
/
ai-assistance
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai-assistance
Ctrl+K
Ctrl+K
5 contributors
History:
109 commits
LeoNguyen101120
Update src/constants/config.py
015d013
verified
7 days ago
.idea
Refactor Dockerfile to copy all application files into the container; add .gitignore for IDE files; update main.py and image_service.py to use OUTPUT_DIR from config; streamline file handling in process_file_service.py; remove unused OpenAI client initialization; enhance vector_store_service.py with configuration constants for improved maintainability.
29 days ago
.vscode
Update Dockerfile and requirements: Introduce requirements_for_server.txt for streamlined dependency management, remove requirements.local.txt, and adjust Dockerfile to install local packages. Refactor chat_service.py to utilize transformer_client for message generation, and update .gitignore to include local_packages_for_win.
12 days ago
src
Update src/constants/config.py
7 days ago
.dockerignore
Safe
315 Bytes
Refactor Dockerfile and .dockerignore: Update file copying strategy to include only necessary files and improve ignored patterns for better build efficiency.
16 days ago
.env.example
Safe
52 Bytes
Refactor chat handling and model integration: Update .env.example to include new API keys, modify main.py to implement a lifespan context manager for resource management, and replace Message class with dictionary structures in chat_request.py and chat_service.py for improved flexibility. Remove unused message and response models to streamline codebase.
14 days ago
.gitignore
Safe
213 Bytes
Update documentation and refine requirements: Enhance the README with detailed installation instructions, Docker deployment steps, and key dependencies. Update requirements files to clarify optional packages and adjust CUDA-related dependencies. Modify .gitignore to include cache directories and ensure proper resource management in the application.
8 days ago
Dockerfile
Safe
1.15 kB
Refactor Dockerfile and requirements: Simplify Python installation by removing unnecessary packages and adjust pip command in Dockerfile. Comment out unused dependencies in requirements_for_server.txt for clarity.
9 days ago
README.md
Safe
345 Bytes
Add Dockerfile for containerization of the AI application; include environment setup, dependencies, and FastAPI configuration. Create comprehensive documentation in readme.github.md detailing features, project structure, API endpoints, and development instructions. Replace existing README.md with a simplified version for Hugging Face Spaces deployment.
29 days ago
readme.github.md
Safe
3.94 kB
Update documentation and refine requirements: Enhance the README with detailed installation instructions, Docker deployment steps, and key dependencies. Update requirements files to clarify optional packages and adjust CUDA-related dependencies. Modify .gitignore to include cache directories and ensure proper resource management in the application.
8 days ago
requirements.txt
Safe
876 Bytes
Update requirements and refactor client integration: Add extra index URL for PyTorch in requirements.txt, integrate open_ai_client in main.py, and adjust image generation parameters in image_service.py. Refactor llama_cpp_client to improve model loading configuration and enhance error handling in image_pipeline_client.
8 days ago
requirements_for_server.txt
Safe
876 Bytes
Update documentation and refine requirements: Enhance the README with detailed installation instructions, Docker deployment steps, and key dependencies. Update requirements files to clarify optional packages and adjust CUDA-related dependencies. Modify .gitignore to include cache directories and ensure proper resource management in the application.
8 days ago