screenshot-to-code icon indicating copy to clipboard operation
screenshot-to-code copied to clipboard

Converted project into a python package.

Open theonlyamos opened this issue 1 year ago • 2 comments

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.

theonlyamos avatar Dec 22 '23 17:12 theonlyamos

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.

sweep-ai[bot] avatar Dec 22 '23 17:12 sweep-ai[bot]

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.

theonlyamos avatar Jan 01 '24 16:01 theonlyamos