-
Web Dev Bootcamp TIL Day-22(Machine Learning Proj. Start)TIL 2022. 5. 20. 08:30
Project Theme: Garbage classification website that utilizes machine learning backend component
Data source: https://www.kaggle.com/datasets/mostafaabla/garbage-classification
Process: Each team member will create a trained model for categorizing a given garbage image and work as well as their respective APIs.
Main APIs
- login/signup(JWT token and decorator function for authorization)
- image POST
- image GET
Data processing: We only want paper(cardboard inlcuded), plastic, glass and metal images as inputs and the classification as outputs
cDot Product Matrix Multiplication(matrix 1 row length must equal matrix 2 column length) 'TIL' 카테고리의 다른 글
Web Dev Bootcamp TIL Day-28(Django Start) (0) 2022.05.26 Web Dev Bootcamp TIL Day-27(Machine Learning Proj. KPT) (0) 2022.05.25 Web Dev Bootcamp TIL Day-21(Deep Learning) (0) 2022.05.17 Web Dev Bootcamp Day-20(Machine Learning cont.) (0) 2022.05.13 Web Dev Bootcamp TIL Day-19(Machine Learning Start) (0) 2022.05.13