screenshot-to-code
screenshot-to-code copied to clipboard
Converted project into a python package.
I've added the ability to change model to gemin pro vision.
Model can be made with MODEL=gemini poetry run uvicorn main:app --reload --port 7001
or on the web ui settings dialog.
Apply Sweep Rules to your PR?
- [ ] Apply: All new business logic should have corresponding unit tests.
- [ ] Apply: Refactor large functions to be more modular.
- [ ] Apply: Add docstrings to all functions and file headers.
I've converted the project into a python package. Install with command below:
pip install https://github.com/theonlyamos/screenshot-to-code/archive/main.zip
Usage: Just run the project from the terminal after installation
screenshottocode
Go to https://github.com/theonlyamos/screenshot-to-code.git for more information.