An open API service indexing awesome lists of open source software.

https://github.com/nomnomnonono/essay-generator


https://github.com/nomnomnonono/essay-generator

fastapi litellm llm ruff sqlite3 uv

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Essay Generator
## Overview
指定したトピックのエッセイを生成するサービス。

## Requirements
- python >=3.12
- uv

## Installation
```bash
make setup
```

## Usage
```setup
make run
```