
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
GVISION is an end-to-end automation platform for computer vision projects, providing seamless integration from data collection to model training and deployment. Whether you're a beginner or an expert, GVISION simplifies the entire process, allowing you to focus on building and deploying powerful models.
Streamlit Deployment Features | Detection | Segmentation | Classification | Pose Estimation |
---|---|---|---|---|
Real-Time(Live Predict) | β | β | β | β |
Click & Predict | β | β | β | β |
Upload Multiple Images & Predict | β | β | β | β |
Upload Video & Predict | β | β | β | β |
Before installing gvision, it's strongly recommended to create a new Python environment to avoid potential conflicts with your current environment.
To create a new conda environment, follow these steps:
Install Conda: If you don't have conda installed, you can download and install it from the Anaconda website.
Open a Anaconda Prompt: Open a Anaconda Prompt (or Anaconda Terminal) on your system.
Create a New Environment:
To create a new conda environment, use the following command. Replace my_env_name
with your desired environment name.
conda create --name my_env_name python=3.8
conda activate my_env_name
venv
If you prefer using Python's built-in venv
module, here's how to create a virtual environment:
python --version
my_env_name
with your desired environment name.python -m venv my_env_name
my_env_name\Scripts\activate
pip install gvision
gvision
Import Your Data: Use the Roboflow integration to import datasets and preprocess your data.
Train Your Model: Utilize Ultralytics for training your custom models with ease.
Deploy Your Model: Showcase your trained models with Streamlit deployment for interactive visualization.
For detailed instructions on how to use GVISION, check out the Documentation.
GVISION is licensed under the MIT License.
We welcome contributions from the community! If you have any feature requests, bug reports, or ideas for improvement, please open an issue or submit a pull request.
I am thrilled to announce the official release of GVISION Version 1.0.4! This milestone marks a significant advancement, bringing a host of exciting enhancements to streamline your experience. Bug fix while switching to deployment demo on MacOS.
Version 1.0.4 represents a culmination of efforts to provide a seamless and efficient solution for your vision tasks. I'm excited to deliver these enhancements and look forward to your continued feedback.
As I look ahead to the future, I'm thrilled to provide a glimpse of what's to come in GVISION Version 1.1.0 Next release will introduce a groundbreaking feature:
Stay tuned for updates as we gear up for the launch of GVISION 1.1.0!
For any questions, feedback, or support requests, please contact us at gaurang.ingle@gmail.com.
FAQs
End-to-end automation platform for computer vision projects.
We found that gvision demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.