Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrielchua/saturn
- Owner: gabrielchua
- Created: 2024-03-03T12:26:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T04:02:28.000Z (7 months ago)
- Last Synced: 2024-10-11T09:31:01.594Z (about 1 month ago)
- Topics: llm, openai
- Language: Python
- Homepage:
- Size: 3.89 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```