Skip to content

Commit 1cd1535

Browse files
committed
checks for the presence of opthalmology data and if it has any non-empty values
1 parent fb3857a commit 1cd1535

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+21896
-1171
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

CropSync-main (1).zip

-70.8 KB
Binary file not shown.

Notebook/Organic1.jpg

-194 KB
Binary file not shown.

Notebook/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/asset-manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.f0097498.css",
4+
"main.js": "/static/js/main.a1990302.js",
5+
"static/js/453.094c0aae.chunk.js": "/static/js/453.094c0aae.chunk.js",
6+
"static/media/cropsync.png": "/static/media/cropsync.5bab5bbaaeb48d2cddd4.png",
7+
"index.html": "/index.html",
8+
"main.f0097498.css.map": "/static/css/main.f0097498.css.map",
9+
"main.a1990302.js.map": "/static/js/main.a1990302.js.map",
10+
"453.094c0aae.chunk.js.map": "/static/js/453.094c0aae.chunk.js.map"
11+
},
12+
"entrypoints": [
13+
"static/css/main.f0097498.css",
14+
"static/js/main.a1990302.js"
15+
]
16+
}

build/cropsync.png

Lines changed: 1 addition & 0 deletions
Loading

build/favicon-crop.png

Lines changed: 1 addition & 0 deletions
Loading

build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon-crop.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#4CAF50"/><meta name="description" content="CropSync - Smart Crop Management for farmers"/><link rel="apple-touch-icon" href="/cropsync.png"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet"/><link href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.12/css/weather-icons.min.css" rel="stylesheet"/><title>CropSync - Smart Crop Management</title><script defer="defer" src="/static/js/main.a1990302.js"></script><link href="/static/css/main.f0097498.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e,t,i){var n,r=e.getElementsByTagName(t)[0];e.getElementById(i)||((n=e.createElement(t)).id=i,n.src="https://weatherwidget.io/js/widget.min.js",r.parentNode.insertBefore(n,r))}(document,"script","weatherwidget-io-js")</script><script type="text/javascript">function googleTranslateElementInit(){new google.translate.TranslateElement({pageLanguage:"en"},"google_translate_element")}</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></body></html>

build/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "CropSync",
3+
"name": "CropSync - Smart Crop Management",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#4CAF50",
24+
"background_color": "#ffffff"
25+
}

build/static/css/main.f0097498.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)