Accuracy is the percentage of correct answers for all classes, while the Precision, Recall, and F-score are evaluation values for one class.
For example, you can calculate the Precision, Recall, and F-score for a class called “appearance” to find out how accurate the prediction is for a class called “appearance”.
Average Precision, Average Recall and Average F-score are calculated by calculating the Precision, Recall and F-score for each class and averaging them.

Average Precision, Average Recall, Average F-score are not high unless they are predictable for all classes. Accuracy, on the other hand, has a greater impact on prediction accuracy for classes with a large amount of data. For example, if the amount of data in one class is 1,000 and the amount of data in the other class is 10, then Accuracy is roughly determined by the accuracy rate of the 1,000 data classes.