Commit History

Refactor application structure by removing separate server scripts and integrating functionality into app.py; add independent two-sample t-test and Pearson correlation coefficient tools using SciPy.
42fc79a
Running

matsuap commited on

Add FastAPI and Uvicorn as dependencies in requirements.txt
0676433

matsuap commited on

Update Dockerfile to run main.py for starting the FastAPI server instead of multiple scripts.
745760b

matsuap commited on

Add scipy as a dependency in requirements.txt
0eaed9a

matsuap commited on

Update Dockerfile to streamline application setup by copying all contents and modifying the command to run multiple Python scripts concurrently.
9c66a8b

matsuap commited on

Refactor get_profile function to accept user_id directly, removing the Pydantic model dependency.
3d32f20

matsuap commited on

Refactor functions to use Pydantic models for input validation and enhance the application with additional NumPy-based mathematical tools.
1b61f97

matsuap commited on

Add numpy as a dependency in requirements.txt
0fe3127

matsuap commited on

Add inner product and matrix multiplication tools using NumPy
66b4ff6

matsuap commited on

Dockerfileのパスを修正し、アプリケーションコードと依存関係のコピー先を明示的に指定しました。
aa467c3

matsuap commited on

初回コミットに基づくファイルの追加
08dd397

matsuap commited on

initial commit
7e1b5c1
verified

matsuap commited on