vivaa 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vivaa-1.0.0/LICENSE +21 -0
- vivaa-1.0.0/MANIFEST.in +1 -0
- vivaa-1.0.0/PKG-INFO +221 -0
- vivaa-1.0.0/README.md +198 -0
- vivaa-1.0.0/pyproject.toml +16 -0
- vivaa-1.0.0/setup.cfg +4 -0
- vivaa-1.0.0/setup.py +86 -0
- vivaa-1.0.0/vivaa/__init__.py +5 -0
- vivaa-1.0.0/vivaa/__main__.py +4 -0
- vivaa-1.0.0/vivaa/backup_annotation_pyqt5.py +1325 -0
- vivaa-1.0.0/vivaa/fun_pyqt5.py +698 -0
- vivaa-1.0.0/vivaa/imageclassification_pyqt5.py +860 -0
- vivaa-1.0.0/vivaa/images/ANNOTATE_ICON.png +0 -0
- vivaa-1.0.0/vivaa/images/Image_Transformation_icon.png +0 -0
- vivaa-1.0.0/vivaa/images/bg_help_image.png +0 -0
- vivaa-1.0.0/vivaa/images/bg_image.png +0 -0
- vivaa-1.0.0/vivaa/images/image_classification_icon.png +0 -0
- vivaa-1.0.0/vivaa/images/instance_segementation_icon.png +0 -0
- vivaa-1.0.0/vivaa/images/keypoint_detection_icon.png +0 -0
- vivaa-1.0.0/vivaa/images/object_detection_icon.png +0 -0
- vivaa-1.0.0/vivaa/main.py +18 -0
- vivaa-1.0.0/vivaa.egg-info/PKG-INFO +221 -0
- vivaa-1.0.0/vivaa.egg-info/SOURCES.txt +25 -0
- vivaa-1.0.0/vivaa.egg-info/dependency_links.txt +1 -0
- vivaa-1.0.0/vivaa.egg-info/entry_points.txt +2 -0
- vivaa-1.0.0/vivaa.egg-info/requires.txt +42 -0
- vivaa-1.0.0/vivaa.egg-info/top_level.txt +1 -0
vivaa-1.0.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Vishnu Vardhan Reddy Biyyapu
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
vivaa-1.0.0/MANIFEST.in
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
recursive-include vivaa/images *.png
|
vivaa-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: vivaa
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: VIVA: Versatile Intelligent Visual Annotation Tool
|
|
5
|
+
Home-page: https://github.com/your_github_username/VIVA
|
|
6
|
+
Author: Vishnu Vardhan Reddy Biyyapu
|
|
7
|
+
Author-email: Vishnu Vardhan Reddy Biyyapu <vardhan101101@gmail.com>
|
|
8
|
+
License: MIT
|
|
9
|
+
Keywords: annotation tool ai pyqt5 computer vision yolov dataset labeling image-processing vivaa
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Intended Audience :: Education
|
|
13
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
14
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
16
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Operating System :: OS Independent
|
|
20
|
+
Requires-Python: >=3.8
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
|
|
24
|
+
# ๐ VIVA: Versatile Intelligent Visual Annotation Tool โ๏ธ
|
|
25
|
+
|
|
26
|
+
<p align="center">
|
|
27
|
+
<img src="https://img.shields.io/badge/๐%20Boost%20Your-Speed%20of%20Annotation-brightgreen?style=for-the-badge" />
|
|
28
|
+
<img src="https://img.shields.io/badge/๐ง %20Focus%20On-Accuracy%2C%20Not%20Repetition-blue?style=for-the-badge" />
|
|
29
|
+
<img src="https://img.shields.io/badge/๐พ%20Perfect%20For-Custom%20Dataset%20Creation-orange?style=for-the-badge" />
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## ๐ง Overview
|
|
35
|
+
|
|
36
|
+
**VIVA** is a modern, **smart visual annotation tool** built with **PyQt5**, designed to streamline dataset preparation for computer vision tasks such as **object detection** and **image classification**.
|
|
37
|
+
|
|
38
|
+
Whether annotating a **custom dataset** or working with a **well-organized dataset**, **VIVA** significantly reduces annotation time for users through its:
|
|
39
|
+
|
|
40
|
+
- โก **Intuitive Interface** โ Simple, clean, and user-friendly design
|
|
41
|
+
- ๐ง **Smart Automation Techniques** โ Efficient features that simplify repetitive tasks
|
|
42
|
+
- ๐งฉ **Optimized Workflow Design** โ Smooth navigation and quick annotation management
|
|
43
|
+
|
|
44
|
+
โจ These capabilities allow annotators to focus more on **accuracy** and less on **manual repetitive work**, making **VIVA** a powerful tool for **AI developers**, **researchers**, and **dataset creators**.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## ๐ Key Features
|
|
49
|
+
|
|
50
|
+
- ๐ชถ User-friendly **PyQt5 GUI**
|
|
51
|
+
- ๐ฏ Object detection and image classification annotation modules
|
|
52
|
+
- โจ๏ธ Efficient keyboard shortcuts and Smart Options for fast labeling
|
|
53
|
+
- ๐ Zoom, pan, and interactive label visualization
|
|
54
|
+
- ๐งพ YOLO-compatible output formats
|
|
55
|
+
- ๐งฉ Modular design for future expansion (augmentation, segmentation)
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## ๐งฐ Object Detection Annotation
|
|
60
|
+
|
|
61
|
+
VIVAโs **Object Detection Module** is packed with innovative features:
|
|
62
|
+
|
|
63
|
+
- ๐ฏ **Bounding Box Limits:** Set a maximum number of boxes per image; auto-switch to the next image when the limit is reached
|
|
64
|
+
- ๐ง **Smart Undo:** Press `A` to navigate to the previous image and delete the last bounding box drawn
|
|
65
|
+
- ๐บ **Flexible Shapes:** Draw rectangles, squares, circles, or polygons
|
|
66
|
+
- โจ๏ธ **Keyboard Shortcuts:**
|
|
67
|
+
- `Del` โ Remove boxes
|
|
68
|
+
- `A` โ Smart Previous image with Delete Function
|
|
69
|
+
- `D` โ Next image
|
|
70
|
+
- `Enter` โ Save
|
|
71
|
+
- ๐ฑ๏ธ One-click mode for drawing boxes
|
|
72
|
+
- ๐ช **Interactive GUI:** Zoom, pan, color-coded boxes, and label reflector for multi-class clarity
|
|
73
|
+
- ๐ **File Navigation:** Browse images with progress tracking (e.g., โ3/10โ)
|
|
74
|
+
- โ ๏ธ **Error Handling:** Clear `QMessageBox` alerts ensure smooth operation
|
|
75
|
+
|
|
76
|
+
๐ก These features make **VIVA uniquely efficient**, saving annotation time compared to other tools.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## ๐ผ๏ธ Image Classification Annotation
|
|
81
|
+
|
|
82
|
+
VIVAโs **Image Classification Module** streamlines labeling with:
|
|
83
|
+
|
|
84
|
+
- ๐ **Single & Multi-Label Modes:** Toggle between single-label and multi-label modes via radio buttons
|
|
85
|
+
- ๐ก **Auto-Suggestion for Labels:** Completer suggests previously used labels while typing
|
|
86
|
+
- ๐ช **Default Label Application:** Apply a default label to images using the `Space` key; single-mode overwrites existing labels with confirmation
|
|
87
|
+
- โจ๏ธ **Time-Saving Shortcuts:**
|
|
88
|
+
- `D` โ Next image
|
|
89
|
+
- `A` โ Previous image (clears labels for quick corrections)
|
|
90
|
+
- `Del` โ Remove selected/all labels
|
|
91
|
+
- ๐ **Efficient File Management:** Copies images to label-specific directories with progress tracking
|
|
92
|
+
- ๐ **Interactive GUI:** Zoom in/out, reset zoom, and pan with clean layout
|
|
93
|
+
- ๐ช **Label Reflector:** Displays current labels with visual feedback
|
|
94
|
+
- โ ๏ธ **Robust Error Handling:** User-friendly alerts for missing directories or invalid images
|
|
95
|
+
|
|
96
|
+
โก These features minimize repetitive tasks, making annotation faster and more intuitive than competing tools.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## ๐ป Tech Stack
|
|
101
|
+
|
|
102
|
+
- ๐ **Python** โ Core logic and processing
|
|
103
|
+
- ๐ฅ๏ธ **PyQt5** โ GUI interface
|
|
104
|
+
- ๐ฏ **YOLO Integration** โ Optimized for object detection datasets
|
|
105
|
+
- ๐งฉ **Modular Design** โ Scalable for future modules like augmentation or segmentation
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## ๐ผ Background Image Attribution
|
|
110
|
+
|
|
111
|
+
๐๏ธ The background image used in VIVA:
|
|
112
|
+
|
|
113
|
+
- **Title:** *"4K Marvel and DC Vector Art"*
|
|
114
|
+
- **Author / Source:** Wallpapers.com
|
|
115
|
+
- **URL:** [https://wallpapers.com/wallpapers/4k-marvel-and-dc-vector-art-pmkg7yqt3zz8bmcc.html](https://wallpapers.com/wallpapers/4k-marvel-and-dc-vector-art-pmkg7yqt3zz8bmcc.html)
|
|
116
|
+
- **License:** Free, Attribution required
|
|
117
|
+
- **Modifications:** Color filters applied for VIVAโs UI
|
|
118
|
+
|
|
119
|
+
โ
This attribution satisfies the license requirement and ensures legal usage.
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## ๐ฎ Future Works
|
|
124
|
+
|
|
125
|
+
๐ง The following modules are planned for future development:
|
|
126
|
+
|
|
127
|
+
- ๐งฌ **Data Augmentation Tool** โ To enhance datasets with transformations and increase model robustness
|
|
128
|
+
- ๐จ **Instance Segmentation & Key Point Detection Tools** โ For detailed labeling in complex vision tasks
|
|
129
|
+
- ๐จโ๐ป All future updates will be developed solely by the project author
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## ๐ชช License
|
|
134
|
+
|
|
135
|
+
This project is licensed under the MIT License
|
|
136
|
+
. ยฉ 2025 Vishnu Vardhan Reddy Biyyapu
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## ๐ฆ Installation
|
|
141
|
+
|
|
142
|
+
Follow these steps to install and run **VIVA**:
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### 1. Install Python
|
|
147
|
+
|
|
148
|
+
Make sure you have **Python 3.8 or higher** installed:
|
|
149
|
+
|
|
150
|
+
```bash
|
|
151
|
+
python --version
|
|
152
|
+
```
|
|
153
|
+
---
|
|
154
|
+
## 2. Create a Virtual Environment (Recommended)
|
|
155
|
+
|
|
156
|
+
Itโs recommended to use a virtual environment to avoid conflicts with other Python packages:
|
|
157
|
+
|
|
158
|
+
```bash
|
|
159
|
+
python -m venv viva_env
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Activate the environment:
|
|
163
|
+
|
|
164
|
+
- Windows:
|
|
165
|
+
```bash
|
|
166
|
+
viva_env\Scripts\activate
|
|
167
|
+
```
|
|
168
|
+
- Linux / macOS:
|
|
169
|
+
```bash
|
|
170
|
+
source viva_env/bin/activate
|
|
171
|
+
```
|
|
172
|
+
---
|
|
173
|
+
## 3. Install Required Packages
|
|
174
|
+
|
|
175
|
+
- Before running VIVA, install all required packages listed in requirements.txt:
|
|
176
|
+
```bash
|
|
177
|
+
pip install -r requirements.txt
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
This ensures all Python dependencies needed for VIVA are installed correctly.
|
|
181
|
+
โ ๏ธ Note: Installing from PyPI (pip install viva) will also install these dependencies automatically.
|
|
182
|
+
---
|
|
183
|
+
## 4. Install and Run VIVA
|
|
184
|
+
|
|
185
|
+
After dependencies are installed:
|
|
186
|
+
|
|
187
|
+
From terminal/command prompt:
|
|
188
|
+
```bash
|
|
189
|
+
vivaa
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
From Python script:
|
|
193
|
+
```bash
|
|
194
|
+
from vivaa.main import main
|
|
195
|
+
main()
|
|
196
|
+
```
|
|
197
|
+
---
|
|
198
|
+
## ๐ Workflow & Help Section
|
|
199
|
+
|
|
200
|
+
After successfully installing and running **VIVA** (`viva` command), you can access the **Help Section** directly from the application to learn about its workflow, shortcuts, and smart options designed for faster annotation.
|
|
201
|
+
|
|
202
|
+
### How to Access Help:
|
|
203
|
+
|
|
204
|
+
1. Launch VIVA using the terminal or command prompt:
|
|
205
|
+
|
|
206
|
+
```bash
|
|
207
|
+
vivaa
|
|
208
|
+
```
|
|
209
|
+
2. In the main VIVA window, hover your mouse over the title bar โVIVA โก โญ โโ.
|
|
210
|
+
3. Click on the title โ this will open the Help Section.
|
|
211
|
+
|
|
212
|
+
--
|
|
213
|
+
|
|
214
|
+
## ๐ฅ Demo Video
|
|
215
|
+
|
|
216
|
+
See **VIVA in action**! Watch a short demo showing the object detection and image classification modules, shortcuts, and smart options in real-time.
|
|
217
|
+
|
|
218
|
+
๐ [Watch the demo of Object Detection Annotation Tool on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7354882949181292544/)
|
|
219
|
+
|
|
220
|
+
๐ [Watch the demo of Image Classification Tool on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7357883048501108736/)
|
|
221
|
+
> Note: The video showcases VIVAโs workflow, time-saving features, and user-friendly interface for dataset annotation.
|
vivaa-1.0.0/README.md
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
# ๐ VIVA: Versatile Intelligent Visual Annotation Tool โ๏ธ
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://img.shields.io/badge/๐%20Boost%20Your-Speed%20of%20Annotation-brightgreen?style=for-the-badge" />
|
|
5
|
+
<img src="https://img.shields.io/badge/๐ง %20Focus%20On-Accuracy%2C%20Not%20Repetition-blue?style=for-the-badge" />
|
|
6
|
+
<img src="https://img.shields.io/badge/๐พ%20Perfect%20For-Custom%20Dataset%20Creation-orange?style=for-the-badge" />
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## ๐ง Overview
|
|
12
|
+
|
|
13
|
+
**VIVA** is a modern, **smart visual annotation tool** built with **PyQt5**, designed to streamline dataset preparation for computer vision tasks such as **object detection** and **image classification**.
|
|
14
|
+
|
|
15
|
+
Whether annotating a **custom dataset** or working with a **well-organized dataset**, **VIVA** significantly reduces annotation time for users through its:
|
|
16
|
+
|
|
17
|
+
- โก **Intuitive Interface** โ Simple, clean, and user-friendly design
|
|
18
|
+
- ๐ง **Smart Automation Techniques** โ Efficient features that simplify repetitive tasks
|
|
19
|
+
- ๐งฉ **Optimized Workflow Design** โ Smooth navigation and quick annotation management
|
|
20
|
+
|
|
21
|
+
โจ These capabilities allow annotators to focus more on **accuracy** and less on **manual repetitive work**, making **VIVA** a powerful tool for **AI developers**, **researchers**, and **dataset creators**.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## ๐ Key Features
|
|
26
|
+
|
|
27
|
+
- ๐ชถ User-friendly **PyQt5 GUI**
|
|
28
|
+
- ๐ฏ Object detection and image classification annotation modules
|
|
29
|
+
- โจ๏ธ Efficient keyboard shortcuts and Smart Options for fast labeling
|
|
30
|
+
- ๐ Zoom, pan, and interactive label visualization
|
|
31
|
+
- ๐งพ YOLO-compatible output formats
|
|
32
|
+
- ๐งฉ Modular design for future expansion (augmentation, segmentation)
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## ๐งฐ Object Detection Annotation
|
|
37
|
+
|
|
38
|
+
VIVAโs **Object Detection Module** is packed with innovative features:
|
|
39
|
+
|
|
40
|
+
- ๐ฏ **Bounding Box Limits:** Set a maximum number of boxes per image; auto-switch to the next image when the limit is reached
|
|
41
|
+
- ๐ง **Smart Undo:** Press `A` to navigate to the previous image and delete the last bounding box drawn
|
|
42
|
+
- ๐บ **Flexible Shapes:** Draw rectangles, squares, circles, or polygons
|
|
43
|
+
- โจ๏ธ **Keyboard Shortcuts:**
|
|
44
|
+
- `Del` โ Remove boxes
|
|
45
|
+
- `A` โ Smart Previous image with Delete Function
|
|
46
|
+
- `D` โ Next image
|
|
47
|
+
- `Enter` โ Save
|
|
48
|
+
- ๐ฑ๏ธ One-click mode for drawing boxes
|
|
49
|
+
- ๐ช **Interactive GUI:** Zoom, pan, color-coded boxes, and label reflector for multi-class clarity
|
|
50
|
+
- ๐ **File Navigation:** Browse images with progress tracking (e.g., โ3/10โ)
|
|
51
|
+
- โ ๏ธ **Error Handling:** Clear `QMessageBox` alerts ensure smooth operation
|
|
52
|
+
|
|
53
|
+
๐ก These features make **VIVA uniquely efficient**, saving annotation time compared to other tools.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## ๐ผ๏ธ Image Classification Annotation
|
|
58
|
+
|
|
59
|
+
VIVAโs **Image Classification Module** streamlines labeling with:
|
|
60
|
+
|
|
61
|
+
- ๐ **Single & Multi-Label Modes:** Toggle between single-label and multi-label modes via radio buttons
|
|
62
|
+
- ๐ก **Auto-Suggestion for Labels:** Completer suggests previously used labels while typing
|
|
63
|
+
- ๐ช **Default Label Application:** Apply a default label to images using the `Space` key; single-mode overwrites existing labels with confirmation
|
|
64
|
+
- โจ๏ธ **Time-Saving Shortcuts:**
|
|
65
|
+
- `D` โ Next image
|
|
66
|
+
- `A` โ Previous image (clears labels for quick corrections)
|
|
67
|
+
- `Del` โ Remove selected/all labels
|
|
68
|
+
- ๐ **Efficient File Management:** Copies images to label-specific directories with progress tracking
|
|
69
|
+
- ๐ **Interactive GUI:** Zoom in/out, reset zoom, and pan with clean layout
|
|
70
|
+
- ๐ช **Label Reflector:** Displays current labels with visual feedback
|
|
71
|
+
- โ ๏ธ **Robust Error Handling:** User-friendly alerts for missing directories or invalid images
|
|
72
|
+
|
|
73
|
+
โก These features minimize repetitive tasks, making annotation faster and more intuitive than competing tools.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## ๐ป Tech Stack
|
|
78
|
+
|
|
79
|
+
- ๐ **Python** โ Core logic and processing
|
|
80
|
+
- ๐ฅ๏ธ **PyQt5** โ GUI interface
|
|
81
|
+
- ๐ฏ **YOLO Integration** โ Optimized for object detection datasets
|
|
82
|
+
- ๐งฉ **Modular Design** โ Scalable for future modules like augmentation or segmentation
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## ๐ผ Background Image Attribution
|
|
87
|
+
|
|
88
|
+
๐๏ธ The background image used in VIVA:
|
|
89
|
+
|
|
90
|
+
- **Title:** *"4K Marvel and DC Vector Art"*
|
|
91
|
+
- **Author / Source:** Wallpapers.com
|
|
92
|
+
- **URL:** [https://wallpapers.com/wallpapers/4k-marvel-and-dc-vector-art-pmkg7yqt3zz8bmcc.html](https://wallpapers.com/wallpapers/4k-marvel-and-dc-vector-art-pmkg7yqt3zz8bmcc.html)
|
|
93
|
+
- **License:** Free, Attribution required
|
|
94
|
+
- **Modifications:** Color filters applied for VIVAโs UI
|
|
95
|
+
|
|
96
|
+
โ
This attribution satisfies the license requirement and ensures legal usage.
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## ๐ฎ Future Works
|
|
101
|
+
|
|
102
|
+
๐ง The following modules are planned for future development:
|
|
103
|
+
|
|
104
|
+
- ๐งฌ **Data Augmentation Tool** โ To enhance datasets with transformations and increase model robustness
|
|
105
|
+
- ๐จ **Instance Segmentation & Key Point Detection Tools** โ For detailed labeling in complex vision tasks
|
|
106
|
+
- ๐จโ๐ป All future updates will be developed solely by the project author
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## ๐ชช License
|
|
111
|
+
|
|
112
|
+
This project is licensed under the MIT License
|
|
113
|
+
. ยฉ 2025 Vishnu Vardhan Reddy Biyyapu
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## ๐ฆ Installation
|
|
118
|
+
|
|
119
|
+
Follow these steps to install and run **VIVA**:
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### 1. Install Python
|
|
124
|
+
|
|
125
|
+
Make sure you have **Python 3.8 or higher** installed:
|
|
126
|
+
|
|
127
|
+
```bash
|
|
128
|
+
python --version
|
|
129
|
+
```
|
|
130
|
+
---
|
|
131
|
+
## 2. Create a Virtual Environment (Recommended)
|
|
132
|
+
|
|
133
|
+
Itโs recommended to use a virtual environment to avoid conflicts with other Python packages:
|
|
134
|
+
|
|
135
|
+
```bash
|
|
136
|
+
python -m venv viva_env
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
Activate the environment:
|
|
140
|
+
|
|
141
|
+
- Windows:
|
|
142
|
+
```bash
|
|
143
|
+
viva_env\Scripts\activate
|
|
144
|
+
```
|
|
145
|
+
- Linux / macOS:
|
|
146
|
+
```bash
|
|
147
|
+
source viva_env/bin/activate
|
|
148
|
+
```
|
|
149
|
+
---
|
|
150
|
+
## 3. Install Required Packages
|
|
151
|
+
|
|
152
|
+
- Before running VIVA, install all required packages listed in requirements.txt:
|
|
153
|
+
```bash
|
|
154
|
+
pip install -r requirements.txt
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
This ensures all Python dependencies needed for VIVA are installed correctly.
|
|
158
|
+
โ ๏ธ Note: Installing from PyPI (pip install viva) will also install these dependencies automatically.
|
|
159
|
+
---
|
|
160
|
+
## 4. Install and Run VIVA
|
|
161
|
+
|
|
162
|
+
After dependencies are installed:
|
|
163
|
+
|
|
164
|
+
From terminal/command prompt:
|
|
165
|
+
```bash
|
|
166
|
+
vivaa
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
From Python script:
|
|
170
|
+
```bash
|
|
171
|
+
from vivaa.main import main
|
|
172
|
+
main()
|
|
173
|
+
```
|
|
174
|
+
---
|
|
175
|
+
## ๐ Workflow & Help Section
|
|
176
|
+
|
|
177
|
+
After successfully installing and running **VIVA** (`viva` command), you can access the **Help Section** directly from the application to learn about its workflow, shortcuts, and smart options designed for faster annotation.
|
|
178
|
+
|
|
179
|
+
### How to Access Help:
|
|
180
|
+
|
|
181
|
+
1. Launch VIVA using the terminal or command prompt:
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
vivaa
|
|
185
|
+
```
|
|
186
|
+
2. In the main VIVA window, hover your mouse over the title bar โVIVA โก โญ โโ.
|
|
187
|
+
3. Click on the title โ this will open the Help Section.
|
|
188
|
+
|
|
189
|
+
--
|
|
190
|
+
|
|
191
|
+
## ๐ฅ Demo Video
|
|
192
|
+
|
|
193
|
+
See **VIVA in action**! Watch a short demo showing the object detection and image classification modules, shortcuts, and smart options in real-time.
|
|
194
|
+
|
|
195
|
+
๐ [Watch the demo of Object Detection Annotation Tool on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7354882949181292544/)
|
|
196
|
+
|
|
197
|
+
๐ [Watch the demo of Image Classification Tool on LinkedIn](https://www.linkedin.com/feed/update/urn:li:activity:7357883048501108736/)
|
|
198
|
+
> Note: The video showcases VIVAโs workflow, time-saving features, and user-friendly interface for dataset annotation.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "vivaa"
|
|
7
|
+
version = "1.0.0"
|
|
8
|
+
description = "VIVA: Versatile Intelligent Visual Annotation Tool"
|
|
9
|
+
authors = [{ name = "Vishnu Vardhan Reddy Biyyapu", email = "vardhan101101@gmail.com" }]
|
|
10
|
+
readme = "README.md"
|
|
11
|
+
license = { text = "MIT" }
|
|
12
|
+
requires-python = ">=3.8"
|
|
13
|
+
|
|
14
|
+
[tool.setuptools]
|
|
15
|
+
include-package-data = true
|
|
16
|
+
packages = ["vivaa"]
|
vivaa-1.0.0/setup.cfg
ADDED
vivaa-1.0.0/setup.py
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
from setuptools import setup, find_packages
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
|
|
4
|
+
# Read the README file for long description
|
|
5
|
+
this_directory = Path(__file__).parent
|
|
6
|
+
readme_path = this_directory / "README.md"
|
|
7
|
+
long_description = readme_path.read_text(encoding="utf-8") if readme_path.exists() else ""
|
|
8
|
+
|
|
9
|
+
setup(
|
|
10
|
+
name="vivaa", # lowercase is best for PyPI package name
|
|
11
|
+
version="1.0.0",
|
|
12
|
+
author="Vishnu Vardhan Reddy Biyyapu",
|
|
13
|
+
author_email="vardhan101101@gmail.com",
|
|
14
|
+
description="VIVA โ Versatile Intelligent Visual Annotator",
|
|
15
|
+
long_description=long_description,
|
|
16
|
+
long_description_content_type="text/markdown",
|
|
17
|
+
url="https://github.com/your_github_username/VIVA",
|
|
18
|
+
packages=find_packages(exclude=("tests", "docs", "examples")),
|
|
19
|
+
include_package_data=True,
|
|
20
|
+
install_requires=[
|
|
21
|
+
"absl-py>=2.3.0",
|
|
22
|
+
"albumentations>=2.0.6",
|
|
23
|
+
"attrs>=25.3.0",
|
|
24
|
+
"autopy>=4.0.1",
|
|
25
|
+
"certifi>=2025.4.26",
|
|
26
|
+
"cffi>=1.17.1",
|
|
27
|
+
"colorama>=0.4.6",
|
|
28
|
+
"cycler>=0.12.1",
|
|
29
|
+
"docutils>=0.22.2",
|
|
30
|
+
"filelock>=3.18.0",
|
|
31
|
+
"flatbuffers>=25.2.10",
|
|
32
|
+
"fonttools>=4.56.0",
|
|
33
|
+
"fsspec>=2025.3.2",
|
|
34
|
+
"jax>=0.6.1",
|
|
35
|
+
"jaxlib>=0.6.1",
|
|
36
|
+
"Jinja2>=3.1.6",
|
|
37
|
+
"kiwisolver>=1.4.8",
|
|
38
|
+
"matplotlib>=3.10.1",
|
|
39
|
+
"ml_dtypes>=0.5.1",
|
|
40
|
+
"numpy>=1.26.4",
|
|
41
|
+
"opencv-contrib-python>=4.11.0.86",
|
|
42
|
+
"opencv-python>=4.11.0.86",
|
|
43
|
+
"opencv-python-headless>=4.11.0.86",
|
|
44
|
+
"opt_einsum>=3.4.0",
|
|
45
|
+
"pandas>=2.2.3",
|
|
46
|
+
"pillow>=11.1.0",
|
|
47
|
+
"pycparser>=2.22",
|
|
48
|
+
"pydantic>=2.11.4",
|
|
49
|
+
"PyQt5>=5.15.11",
|
|
50
|
+
"PyQt5-Qt5>=5.15.2",
|
|
51
|
+
"PyQt5_sip>=12.17.0",
|
|
52
|
+
"PyYAML>=6.0.2",
|
|
53
|
+
"requests>=2.32.3",
|
|
54
|
+
"scipy>=1.15.3",
|
|
55
|
+
"seaborn>=0.13.2",
|
|
56
|
+
"sentencepiece>=0.2.0",
|
|
57
|
+
"sounddevice>=0.5.2",
|
|
58
|
+
"torch>=2.7.0",
|
|
59
|
+
"torchvision>=0.22.0",
|
|
60
|
+
"tqdm>=4.67.1",
|
|
61
|
+
"typing_extensions>=4.13.2",
|
|
62
|
+
"ultralytics>=8.3.133",
|
|
63
|
+
],
|
|
64
|
+
entry_points={
|
|
65
|
+
"console_scripts": [
|
|
66
|
+
"vivaa=vivaa.main:main", # allows `vivaa` command to run your app
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
keywords=(
|
|
70
|
+
"annotation tool ai pyqt5 computer vision yolov dataset labeling "
|
|
71
|
+
"image-processing vivaa"
|
|
72
|
+
),
|
|
73
|
+
classifiers=[
|
|
74
|
+
"Development Status :: 5 - Production/Stable",
|
|
75
|
+
"Intended Audience :: Developers",
|
|
76
|
+
"Intended Audience :: Education",
|
|
77
|
+
"Topic :: Software Development :: Build Tools",
|
|
78
|
+
"Topic :: Software Development :: User Interfaces",
|
|
79
|
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
80
|
+
"License :: OSI Approved :: MIT License",
|
|
81
|
+
"Programming Language :: Python :: 3",
|
|
82
|
+
"Programming Language :: Python :: 3.10",
|
|
83
|
+
"Operating System :: OS Independent",
|
|
84
|
+
],
|
|
85
|
+
python_requires=">=3.8",
|
|
86
|
+
)
|