fastapi_hf / app.py

Commit History

Add computer vision models for image classification and object detection; update Dockerfile and requirements
9c3865a

looh2 commited on

Revert main to a344aea state
7c393e3

looh2 Claude Opus 4.8 commited on

Add image classification and object detection routes; include MobileNet and Faster R-CNN models
4f6d242

looh2 commited on

Implement admin user approval flow and enhance user status verification
4a9399d

looh2 commited on

Update CORS middleware to allow additional origins for frontend access
f1015f3

looh2 commited on

Refactor rate limiting implementation by creating a separate limiter module and applying limits to various routes
1afb89a

looh2 commited on

Add agent_fill_form route for PDF pre-fill generation and update requirements
59f9f8c

looh2 commited on

Enhance multi-agent pipeline with conversation memory and feedback logging
29b3c24

looh2 commited on

renamed file
e961ec7

looh2 commited on

bug fix
9c33133

looh2 commited on

improve rag5
4d27ca7

looh2 commited on

ML Unsupervised 2
95d982f

looh2 commited on

ML Unsupervised 1
69580e3

looh2 commited on

added classification models
9d8fdad

looh2 commited on

added regression models
b6595db

looh2 commited on

added ml_ridge_regression
eb1604d

looh2 commited on

ignore message
ca7a71f

looh2 commited on

renamed the files
bea8fa8

looh2 commited on

refactor: Remove unused chat-related routers from app.py
55c726e

looh2 commited on

feat: Implement rate limiting and user authentication across multiple endpoints
6322319

looh2 commited on

feat: Implement JWT token verification for secure API access
7406da4

looh2 commited on

feat: Set TensorFlow environment variable for optimized performance
d6743ec

looh2 commited on

Refactor code structure for improved readability and maintainability
14be8cc

looh2 commited on

feat: Rename upload_pdf router to upload_memory and update related imports
9cc7ff4

looh2 commited on

feat: Include chat_rag router in the FastAPI application for enhanced chat functionality
220ff38

looh2 commited on

feat: Replace chat_rag router with chat_test router and add chat_test endpoint implementation
b94dd32

looh2 commited on

feat: Add chat agent route with placeholder chat handler
d3acabd

looh2 commited on

feat: Implement CRUD operations for documents with Supabase integration
61eed74

looh2 commited on

feat: Add PDF upload functionality with Supabase storage integration
07f3492

looh2 commited on

feat: refactor chat tools and enhance utility functions for embeddings and SQL routing
7ce287a

looh2 commited on

feat: add chat_tools router and update Dockerfile to use Python 3.9
9a69ceb

looh2 commited on

fix: revert Python version in Dockerfile from 3.11 to 3.9
ed00625

looh2 commited on

Refactor movie recommendation endpoint and add collaborative filtering for books
e7e0f3e

looh2 commited on

Refactor code structure for improved readability and maintainability
e6ec731

looh2 commited on

Comment out Random Forest Taxi Predictor router in app.py
53b617c

looh2 commited on

Add Iris Classifier API using Decision Tree model
ad4979a

looh2 commited on

Refactor and reorganize model routes
41bbf07

looh2 commited on

Add CNN model endpoint for MNIST digit prediction
ead4a16

looh2 commited on

feat: add FastAPI route for digit prediction using a feedforward neural network
a085277

looh2 commited on

Add ChatRAG API route and SQL execution agent; update requirements and app structure
b0a5cb1

looh2 commited on

Add CORS middleware to FastAPI application for enhanced security and cross-origin requests
c4eaf00

looh2 commited on

Add sentiment analysis and various ML model routes; update README and requirements
dbcc29b

looh2 commited on

Add movie recommender API with model loading and recommendation logic
3259e8f

looh2 commited on

Create app.py
967567a

looh2 commited on

Refactor Dockerfile and restructure FastAPI application; remove main.py and update requirements
4974503

looh2 commited on