RashminDungrani/openai-apis-fastapi
OpenAI APIs in FastAPI application
This project helps Python developers quickly integrate OpenAI's powerful AI models (like ChatGPT) into their web applications. It takes raw text or data as input, processes it using AI for tasks such as language translation, sentiment analysis, or summarization, and outputs the AI-generated results. This is designed for developers who are building web services and need to add AI capabilities.
No commits in the last 6 months.
Use this if you are a Python developer building web APIs with FastAPI and want to easily add OpenAI's AI functionalities.
Not ideal if you are looking for a ready-to-use application and don't have experience with Python web development and API integration.
Stars
17
Forks
3
Language
Python
License
MIT
Category
Last pushed
May 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/RashminDungrani/openai-apis-fastapi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.