Python FastAPI with JWT Auth serving a simple Machine Learning Application Predicting House Prices - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + ML Predicting house prices + OpenAPI / Swagger - secured by HTTPS
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHubPython FastAPI with JWT Auth serving an AI Agent by Groq and Langchain - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + AI Agent + Groq + LLP + Langchain + OpenAPI / Swagger - secured by HTTPS
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHubPython FastAPI with JWT Auth serving a RAG Application using Groq + fake embeddings - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + Retrieval-Augmented Generation (RAG) by Groq LLM + fake embeddings + OpenAPI / Swagger - secured by HTTPS
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHubPython FastAPI with JWT Auth serving a RAG Application using Groq + Hugging Face embeddings - hosted at Vercel Cloud using Serverless Functions
A Starter FastAPI + JWT Auth + Retrieval-Augmented Generation (RAG) by Groq LLM + Real embeddings by Hugging Face model + OpenAPI / Swagger - secured by HTTPS
During the development process, I used ChatGPT for assisting with code generation and Github Copilot for code inline suggestion
DevOps by VS Code + GitHub + Vercel Cloud
The Web API at GitHub.NET 8 Console App for tasting wine using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET for tasting wine
FastTree regression used to train the Model
The code at GitHub.NET 8 Console App to predict the global temperature using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET to predict the global temperatures
Singular Spectrum Analysis (SSA) model for univariate time-series forecasting using the method "ForecastBySsa" of the class "TimeSeriesCatalog" for training the Model
The code at GitHub