rfcli 0.1.2__tar.gz → 0.1.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rfcli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Dataset-to-Deployment CLI for Object Detection
5
5
  Author: Saahiti K S
6
6
  Requires-Python: >=3.8
@@ -1,9 +1,10 @@
1
- from ultralytics import YOLO
1
+
2
2
  import cv2
3
3
  import os
4
4
 
5
5
 
6
6
  def predict(image_path):
7
+ from ultralytics import YOLO
7
8
 
8
9
  print("🚀 Running inference...")
9
10
 
@@ -1,8 +1,9 @@
1
- from roboflow import Roboflow
2
- from ultralytics import YOLO
1
+
3
2
  from rfcli.config import get_api_key
4
3
 
5
4
  def train_local(workspace, project, version):
5
+ from roboflow import Roboflow
6
+ from ultralytics import YOLO
6
7
 
7
8
  print("🚀 Downloading dataset from Roboflow...")
8
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rfcli
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Dataset-to-Deployment CLI for Object Detection
5
5
  Author: Saahiti K S
6
6
  Requires-Python: >=3.8
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="rfcli",
5
- version="0.1.2", # 🔥 bump version
5
+ version="0.1.3", # 🔥 bump version
6
6
  packages=find_packages(),
7
7
 
8
8
  install_requires=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes