https://github.com/toweringcloud/cartoonize-gpt
cartoonize your picture using gpt service
https://github.com/toweringcloud/cartoonize-gpt
Last synced: about 1 year ago
JSON representation
cartoonize your picture using gpt service
- Host: GitHub
- URL: https://github.com/toweringcloud/cartoonize-gpt
- Owner: toweringcloud
- License: mit
- Created: 2025-04-02T13:16:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T16:10:34.000Z (about 1 year ago)
- Last Synced: 2025-04-02T16:32:05.946Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cartoonize-gpt
cartoonize your picture using gpt service
- run streamlit app in root environment
```sh
$ pip install -r requirements.txt
$ streamlit run app.py
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
```