- 75
- 25 236
saxgft tfgxas
เข้าร่วมเมื่อ 7 มี.ค. 2007
How to Develop a Simple Machine Learning Application by using Anaconda (MacOS Version)
Requirement
1. Install anaconda with vs code
**www.anaconda.com/download/success
**code.visualstudio.com
Setup python
1. Check whether your pc already have python.
2. Open anaconda, go environment tab, scroll down existing package list to find python.
3. If not existed, install python; by searching at google.
Setup pip
1. Check whether your pc already have pip.
2. Open anaconda, go environment tab, scroll down existing package list to find pip.
3. If not existed, go to desire environment, and install pip. How? By download pip bootstrap.pypa.io/get-pip.py and install at cmd, python get-pip.py
Training
1. Data cleaning; by make it as 10 image for each category, and rename is 1.jpg, 2.jpg
2. Go to teachable machine, please do training; download model
3. Examine the generated source code; library/package need to be installed
Install library
1. See the source code, list down all the library to install.
2. Ask to chatgpt, what the version TensorFlow should be installed. From there, we can determine right version of python, pillow and numpy should be installed. **Chatgpt say, suitable version is tensorflow==2.9.0
3. From there, find right version python and other library version for pillow and numpy. This things, you can see at python package website.
4. Then install one by one.
**pip install tensorflow==2.9.0
**pip install pillow
**pip install numpy==1.26.4
Setup new environemnt
**conda create --name myenvv python=3.9
**conda activate myenvv
Coding
1. by using provided source code, edit the particular location of image and model
2. Save in the normal documents folder
3. Run the source code by, python filename.pyRequirement
1. Install anaconda with vs code
**www.anaconda.com/download/success
**code.visualstudio.com
Setup python
1. Check whether your pc already have python.
2. Open anaconda, go environment tab, scroll down existing package list to find python.
3. If not existed, install python; by searching at google.
Setup pip
1. Check whether your pc already have pip.
2. Open anaconda, go environment tab, scroll down existing package list to find pip.
3. If not existed, go to desire environment, and install pip. How? By download pip bootstrap.pypa.io/get-pip.py and install at cmd, python get-pip.py
Training
1. Data cleaning; by make it as 10 image for each category, and rename is 1.jpg, 2.jpg
2. Go to teachable machine, please do training; download model
3. Examine the generated source code; library/package need to be installed
Install library
1. See the source code, list down all the library to install.
2. Ask to chatgpt, what the version TensorFlow should be installed. From there, we can determine right version of python, pillow and numpy should be installed. **Chatgpt say, suitable version is tensorflow==2.9.0
3. From there, find right version python and other library version for pillow and numpy. This things, you can see at python package website.
4. Then install one by one.
**pip install tensorflow==2.9.0
**pip install pillow
**pip install numpy==1.26.4
Setup new environemnt
**conda create --name myenvv python=3.9
**conda activate myenvv
Coding
1. by using provided source code, edit the particular location of image and model
2. Save in the normal documents folder
3. Run the source code by, python filename.py
1. Install anaconda with vs code
**www.anaconda.com/download/success
**code.visualstudio.com
Setup python
1. Check whether your pc already have python.
2. Open anaconda, go environment tab, scroll down existing package list to find python.
3. If not existed, install python; by searching at google.
Setup pip
1. Check whether your pc already have pip.
2. Open anaconda, go environment tab, scroll down existing package list to find pip.
3. If not existed, go to desire environment, and install pip. How? By download pip bootstrap.pypa.io/get-pip.py and install at cmd, python get-pip.py
Training
1. Data cleaning; by make it as 10 image for each category, and rename is 1.jpg, 2.jpg
2. Go to teachable machine, please do training; download model
3. Examine the generated source code; library/package need to be installed
Install library
1. See the source code, list down all the library to install.
2. Ask to chatgpt, what the version TensorFlow should be installed. From there, we can determine right version of python, pillow and numpy should be installed. **Chatgpt say, suitable version is tensorflow==2.9.0
3. From there, find right version python and other library version for pillow and numpy. This things, you can see at python package website.
4. Then install one by one.
**pip install tensorflow==2.9.0
**pip install pillow
**pip install numpy==1.26.4
Setup new environemnt
**conda create --name myenvv python=3.9
**conda activate myenvv
Coding
1. by using provided source code, edit the particular location of image and model
2. Save in the normal documents folder
3. Run the source code by, python filename.pyRequirement
1. Install anaconda with vs code
**www.anaconda.com/download/success
**code.visualstudio.com
Setup python
1. Check whether your pc already have python.
2. Open anaconda, go environment tab, scroll down existing package list to find python.
3. If not existed, install python; by searching at google.
Setup pip
1. Check whether your pc already have pip.
2. Open anaconda, go environment tab, scroll down existing package list to find pip.
3. If not existed, go to desire environment, and install pip. How? By download pip bootstrap.pypa.io/get-pip.py and install at cmd, python get-pip.py
Training
1. Data cleaning; by make it as 10 image for each category, and rename is 1.jpg, 2.jpg
2. Go to teachable machine, please do training; download model
3. Examine the generated source code; library/package need to be installed
Install library
1. See the source code, list down all the library to install.
2. Ask to chatgpt, what the version TensorFlow should be installed. From there, we can determine right version of python, pillow and numpy should be installed. **Chatgpt say, suitable version is tensorflow==2.9.0
3. From there, find right version python and other library version for pillow and numpy. This things, you can see at python package website.
4. Then install one by one.
**pip install tensorflow==2.9.0
**pip install pillow
**pip install numpy==1.26.4
Setup new environemnt
**conda create --name myenvv python=3.9
**conda activate myenvv
Coding
1. by using provided source code, edit the particular location of image and model
2. Save in the normal documents folder
3. Run the source code by, python filename.py
มุมมอง: 16
วีดีโอ
How to do Develop Simple Machine Learning App using Anaconda
มุมมอง 17421 วันที่ผ่านมา
Requirement 1. Install anaconda with vs code www.anaconda.com/download/success code.visualstudio.com Setup python 1. Check whether your pc already have python. 2. Open anaconda, go environment tab, scroll down existing package list to find python. 3. If not existed, install python; by searching at google. Setup pip 1. Check whether your pc already have pip. 2. Open anaconda, go environment tab,...
Collaborative Learning: Day 5 (UTeM x UIB) with Topic of "AI in Smart City"
มุมมอง 95 หลายเดือนก่อน
Collaborative Learning: Day 5 (UTeM x UIB) with Topic of "AI in Smart City"
Healthcare Analytics: Principles Reimbursement in Healthcare
มุมมอง 2ปีที่แล้ว
Healthcare Analytics: Principles Reimbursement in Healthcare
Installation Guide: How to install Dev C++ on Windows 10?
มุมมอง 14ปีที่แล้ว
It is time to learn how to download and install Dev C on Windows 10. I also demonstrate a sample C program.
EREKA: Wan Mohd Ya'akob Wan Bejuri (UTeM) & Mohd Murtadha Mohamad (UTM)
มุมมอง 15ปีที่แล้ว
EREKA: Wan Mohd Ya'akob Wan Bejuri (UTeM) & Mohd Murtadha Mohamad (UTM)
How to Find GCD and Linear Combination by using Extended Euclidean Distance ?
มุมมอง 152 ปีที่แล้ว
How to Find GCD and Linear Combination by using Extended Euclidean Distance ?
Digital Educator 2022 Briefing
มุมมอง 172 ปีที่แล้ว
This is briefing for program of Digital Educator 2022 (KPT program). Done by Ts. Dr. Wan Mohd Ya'akob bin Wan Bejuri
ICT Coffee Session: An Introduction of Artificial Intelligence in IoT
มุมมอง 133 ปีที่แล้ว
#ftmktv #FTMK #UTeM #UTEM
IT Fest 2021: A Brief of Artificial Intelligent of Things
มุมมอง 153 ปีที่แล้ว
IT Fest 2021: A Brief of Artificial Intelligent of Things
Hehehehe Siuuuuu
You no Subscribe 1,000,0000 you ban
Hello Subscribe 1,000,0000 ok
Subscribe ye🙏
Wa alaykumu salaam!
👏👏👏
hiii. Long time not to see you.
th-cam.com/video/HVuWHG5pr64/w-d-xo.html
Hi sir, nice video
I already subscribed yours. :)
@@akub20 you still remember me? i’m Lai kok wui from swinburne
@@MailsonWei sure, already graduated?
@@akub20 haven’t i still have two more semester. sem 1 2022 is my last sem
@@MailsonWei good, any planning after graduating?
hi..just testing only..
can we find the power point somewhere?
yakob. mana kauu yakob. aku cari ko dah lama . kontek wasap aku yakob. 0197555064
No audio
Hello sir
Week 11? Not week 6?
detect sempadan tu besi ke batu..nk bertanya...tlg pm sassuan.676@gmail.com
batu sempadan actually. tapi guna besi.