Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabrielchua/saturn

Simple Automatic Tagger yoU Really Needed
https://github.com/gabrielchua/saturn

llm openai

Last synced: 17 days ago
JSON representation

Simple Automatic Tagger yoU Really Needed

Awesome Lists containing this project

README

        

# SATURN 🪐
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://saturn-demo.streamlit.app/)

**S**imple **A**utomatic **T**agger yo**U** **R**eally **N**eeded



## Quick Start

1. Clone this repository
2. Install the required dependencies by running

```python
pip install -r requirements.txt
```

3. Create a `secrets.toml` file located within the `.streamlit/` directory. It should contain your `OPENAI_API_KEY`
4. Launch the application:

```python
streamlit run app.py
```