• Home
  • Blog
Programming
Travel
Using Llama in FastAPI

Programming

Using Llama in FastAPI

August 12, 2024

•

2 min read

In this article, I will explain how to use Llama in FastAPI. We will create a simple API with FastAPI using Llama2 model.

Read More

Callable Classes in Python

Programming

Callable Classes in Python

June 29, 2024

•

2 min read

In this article, I will explain how to create callable classes in Python. You can call an instance of a class like a function. It is really useful when you want to create a class that behaves like a function.

Read More