You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The works aims at classifying brusied `B` from sound `S` apples using mache learning and feature reduction tools.
4
+
5
+
A tutorial-based hackathon aims to classify bruised `B` from sound `S` apples using mache learning and feature reduction tools. In total, there are four tutorials, which can be listed as follows:
Then make sure you have the right Python libraries for the tutorials. They can all be installed using pip and the [requirements.txt](https://github.com/Hack4Dev/apple_classification/blob/main/requirements.txt) file in the repo:
21
+
22
+
```bash
23
+
> pip install -r requirements.txt
24
+
```
25
+
26
+
-----
27
+
28
+
### New to Github?
29
+
30
+
The easiest way to get all of the lecture and tutorial material is to clone this repository. To do this you need git installed on your laptop. If you're working on Linux you can install git using apt-get (you might need to use sudo):
0 commit comments