AI-powered Git analysis tool using Gemini AI
Project description
LM Serving
Setup environment variables
-
Create file
.envin the root directory with the following contenttemplate.env -
Update the
.envfile with your own values -
Run:
source .env
Run with Docker (deployment phase)
Notice that all processes below will be run inside a Docker container!
make build: Build Docker image LMDeploymake up_server: Up LMDeploy server serving model InternVLmake down_server: Down LMDeploy server
Inference with API Client
- Requirements:
-
Python 3.8
-
Install dependencies:
-
pip3 install -r requirement/requirements-dev.txt
python3 client/main.py --image-urls <IMAGE1_URL> <IMAGE2_URL> --prompt <PROMPT> --api-key <API_KEY>
python3 client/main.py --image-paths <IMAGE1_PATH> <IMAGE2_PATH> --prompt <PROMPT> --api-key <API_KEY> # For local image path
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file model_controller-1.0.0-py3-none-any.whl.
File metadata
- Download URL: model_controller-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d120ee49c7039b7d95ffbe605780c2d159d165c34520842e96cf1492daffd26
|
|
| MD5 |
57793c7217d675e0b73c73515092eba8
|
|
| BLAKE2b-256 |
87dc0754e6050dfb95bc6fa6848066348e4d9a4e7631c6338886301ae9e00742
|