Skip to content

A deep learning toolset, free & easy & graphical.

Notifications You must be signed in to change notification settings

icexiaoyou/FeeLink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FeeLink

A deep learning toolset, free & easy & graphical.
Backup by pyside6, pytorch and yolov5.

CSDN Artical

http://t.csdnimg.cn/WCr0s

Preparation

Install Git

https://git-scm.com/

Install Anaconda

https://www.anaconda.com/download

Create python==3.12 env

For Example, create an env named pytorch, which includes python==3.12.4.
Then, intsall pytorch, if computer could run on CUDA.
activate pytorch
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124

Git clone yolov5

Thanks to ultralytics, everyone could learn and use AI with their project. Please Check:
https://github.com/ultralytics/yolov5

File Tree

Please confirm that the file structure matches:

feelink
├─ Environment.txt
├─ feelink.exe
├─ Model.txt
├─ yolov5
└─ Pretrained_Models
  ├─ Detection
  └─ Classification

Use

Download FeeLink, including feelink.exe and _internal.
Open feelink.exe, click Initial button in the menu bar on first launch, then enjoy it!

About

A deep learning toolset, free & easy & graphical.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages