Skip to content

Commit

Permalink
Fix README image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh7joshi committed Feb 8, 2025
1 parent dd70b20 commit 0bfb3ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="assets/agml-logo.png" alt="agml framework" width="400" height="400">
<img src="docs/assets/agml-logo.png" alt="agml logo" width="400" height="400">
</p>

----
Expand All @@ -15,7 +15,7 @@ AgML is a comprehensive library for agricultural machine learning. Currently, Ag
access to a wealth of public agricultural datasets for common agricultural deep learning tasks. In the future, AgML will provide ag-specific ML functionality related to data, training, and evaluation. Here's a conceptual diagram of the overall framework.

<p align="center">
<img src="assets/agml-framework.png" alt="agml framework" width="350" height="291">
<img src="docs/assets/agml-framework.png" alt="agml framework" width="350" height="291">
</p>

AgML supports both the [TensorFlow](https://www.tensorflow.org/) and [PyTorch](https://pytorch.org/) machine learning frameworks.
Expand Down Expand Up @@ -125,7 +125,7 @@ model.run_training(loader)

AgML contains a wide variety of public datasets from various locations across the world:

![AgML Dataset World Map](/figures/agml_dataset_world_map.png)
![AgML Dataset World Map](/docs/assetsagml_dataset_world_map.png)


The following is a comprehensive list of all datasets available in AgML. For more information,
Expand Down

0 comments on commit 0bfb3ec

Please sign in to comment.