https://github.com/saharmor/monsterbooth
Turn yourself into a Halloween-styled character and get an original roast with the power of AI.
https://github.com/saharmor/monsterbooth
generative-ai gpt4 llava multimodal
Last synced: 6 months ago
JSON representation
Turn yourself into a Halloween-styled character and get an original roast with the power of AI.
- Host: GitHub
- URL: https://github.com/saharmor/monsterbooth
- Owner: saharmor
- Created: 2023-10-27T21:24:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T03:15:30.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:52:37.263Z (6 months ago)
- Topics: generative-ai, gpt4, llava, multimodal
- Language: JavaScript
- Homepage:
- Size: 3.46 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# MoonsterBooth 🧌
Turn yourself into a Halloween-styled character and get an original roast with the power of AI.
Capture image via web interface --> Get a Halloween-like image and a roast --> Print via an Instax Polaroid printer OR send via email.https://github.com/saharmor/MonsterBooth/assets/6180201/82e0b66e-4267-4e0e-a289-0cb2c94d846a
# Installation
1. Clone or fork this repository
2. Paste your Replicate API token in [backend/app.py](https://github.com/saharmor/MonsterBooth/blob/main/backend/app.py#L20)
3. Install and run the web interface `cd web-interface && yarn install && yarn start`
4. Create and run a virtual environment for the backend `cd backend && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt`
5. In the same terminal from Step #3, run the backend Flask server `python3 app.py`# Todos
- [ ] Integrate with an Instax camera using [InstaxBLE](https://github.com/javl/InstaxBLE) or [instax_api](https://github.com/jpwsutton/instax_api), so when a user clicks _Print!_, an image is getting printed via the connected Instax printer