Skip to content

Commit dde68de

Browse files
committed
added open ai feature and added docker-compose file
2 parents 4b18dc9 + 1e870ad commit dde68de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
33

4+
# Note : I am learning about Software Development, Devops and AI from this book.
5+
# Here is the book link : https://www.amazon.com/dp/B0F1Z4LDDH By Tobias Weissmann (50 microsaas startup ideas)
6+
47
# This workflow uses actions that are not certified by GitHub.
58
# They are provided by a third-party and are governed by
69
# separate terms of service, privacy policy, and support

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
<<<<<<< HEAD
12
# HOW TO RUN
23
Note : Docker must installed and running in the system
34
cd [PATH TO PROJECT]
45
docker-compose down && mvn clean install && docker-compose up
56

7+
Note : I am learning about Software Development, Devops and AI from this book. Here is the book link : https://www.amazon.com/dp/B0F1Z4LDDH (50 microsaas startup ideas) <br/>
68

79
To design a system for calculating wasted food in a restaurant, we’ll create a model that takes grocery quantities and the number of plates sold as inputs. The goal is to compare the quantity of food ordered with the quantity of food actually used, calculating the waste based on any discrepancies. <br/>
810

0 commit comments

Comments
 (0)