From 185c135e9c44443064e77b4780ee999d757b991c Mon Sep 17 00:00:00 2001 From: Miroslav Pokrovskii <7105861+mirpo@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:08:12 +0300 Subject: [PATCH] update readme, add badges (#7) --- README.md | 14 +++++++++++++- pyproject.toml | 3 --- src/cli/__about__.py | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84492c0..c787e43 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,25 @@ Create FastAPI apps with no build configuration. + + Test + + + Package version + + + Supported Python versions + + +--- + FastApi Gen works on macOS and Linux.
If something doesn’t work, please [file an issue](https://github.com/mirpo/fastapi-gen/issues/new). Available templates: 1. Default - basic template with GET/POST examples. -2. Nlp - natural language processing template with examples how to use local Hugginface models for summarization, named-entity recognition and text generation using LLM. +2. NLP - natural language processing template with examples how to use local Hugginface models for summarization, named-entity recognition and text generation using LLM. 3. Langchain - template with examples how to use LangChain with local Hugginface models (LLMs) for text generation and question answering. *Important note* - Langchain template requires hardware to run and will automatically download required models, be patient. diff --git a/pyproject.toml b/pyproject.toml index 5f689b8..1f2d038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,6 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", diff --git a/src/cli/__about__.py b/src/cli/__about__.py index d3ec452..493f741 100644 --- a/src/cli/__about__.py +++ b/src/cli/__about__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.3.0"