News

Note: This is just a small subset of all of the python projects I've created. The one showcased are much more entertaining to ...
FastAPI-MCP is designed as a native extension of FastAPI, not just a converter that generates MCP tools from your API. This approach offers several key advantages: Native dependencies: Secure your MCP ...
Step 1: create an environment: $ conda create -n pyEOF python=3.7 $ conda activate pyEOF $ conda install -c conda-forge numpy pandas scipy scikit-learn rpy2 Step 2: install using pip: $ pip install ...