Skip to content

Commit

Permalink
Update README.md Description
Browse files Browse the repository at this point in the history
  • Loading branch information
charvishukla authored Dec 6, 2023
1 parent fc06b9d commit 91f55f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Fall 2023 CSE110 Group 13.

## Description

PantryPal uses audio input for meal types and a list of available ingredients, the app employs the ChatGPT API to generate bespoke recipes. Each recipe is complemented with a unique image, meticulously rendered by the Dall-E API. enhancing the visual appeal. PantryPal allows the user to modify these AI generated recipe to fit their needs, and share URLs of the generaed recipes with friends!

## Getting Started + Installation

Expand All @@ -14,7 +15,7 @@ Make sure you have Java 21 set up on your system since this project uses a toolc
./gradlew build
```

## Running the Applicattion
## Executing the program

To run the application, first make a clean build using the following command.

Expand Down Expand Up @@ -46,12 +47,16 @@ Then, run using:
- **Mockito (3.12.4) & PowerMock (2.0.9)**: For mocking in tests.
- **OpenJFX Monocle (jdk-12.0.1+2)**: For testing JavaFX applications.

## Version History

Please look at the [commit history](https://github.com/ucsd-cse110-fa23/cse-110-project-team-13/commits/main).


## Authors






### Executing program

- How to run the program
- Step-by-step bullets

0 comments on commit 91f55f4

Please sign in to comment.