From 832cad1fdd067e7c141a47e2e393f1b0e8c6be52 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Mon, 11 Dec 2023 13:14:15 +0000 Subject: [PATCH] README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b746e11972..f9c5525f4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ phidata

- Templates for AI Apps you can run with 1 command 🚀 + AI Toolkit for Engineers 🚀

⭐️ for when you need to spin up an AI project quickly. @@ -22,9 +22,17 @@

-Phidata is an AI toolkit designed to run LLM Apps with 1 command. +Phidata is a toolkit for building production-grade AI Applications. It provides: +- Pre-built templates with best practices. +- Classes for building your application: `Conversations`, `Agents`, `KnowledgeBase`, `Storage` +- Tools for serving your application: `FastApi`, `Django`, `Streamlit`, `PgVector` +- Infrastructure for running your application: `Docker`, `AWS` -It provides production-ready templates for common AI Apps that you can run locally or on AWS. +## 🎯 Motivation + +Most AI Apps are built as a house of cards because engineers have to build +the Software, Application and Infrastructure layer manually. Phidata bridges the 3 layers of software development +to deliver production-grade AI Apps that you can run with 1 command. ## 🚀 How it works