Home/Computer Vision/GitChameleon
GitChameleon logo

GitChameleon

Enrichment pending
NizarIslah/GitChameleon

GitChameleon

GraphCanon updated today · GitHub synced today

14
Stars
2
Forks
3
Open issues
3
Watchers
11mo
Last push
Jupyter NotebookCreated Oct 11, 2024

Trust & integrity

Full report
Maintenance
Slowing (358d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
3 critical, 10 high, 12 medium, 23 low (3 critical, 10 high, 12 medium, 23 low)
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Jul 11, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Jul 11, 2026

Languages
jupyter notebook

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

To open an interactive shell in a Docker container with a specific Python version, run `make docker-run PYTHON_VERSION={desired version}`.
Source link

Tags

README

Docker

To build the Docker image, run make docker-build.

To open an interactive shell in a Docker container with a specific Python version, run make docker-run PYTHON_VERSION={desired version}. The following Python versions are configured to work: 3.7, 3.9, 3.10. The local working dir is mounted into the container in the dir /app/repo.


Run the env creation in the docker image

make docker-build
make docker-run

then you can run the eval env creation

cd repo 
pyenv shell 3.10.14
python -m venv --clear --copies eval_main_venv
source eval_main_venv/bin/activate
pip install -r requirements.txt