|
1 | | -# Python Evaluation Function |
| 1 | +# Wolfram Middle-Layer Evaluation Function |
2 | 2 |
|
3 | | -This repository contains the boilerplate code needed to create a containerized evaluation function written in Python. |
4 | | - |
5 | | -## Quickstart |
6 | | - |
7 | | -This chapter helps you to quickly set up a new Python evaluation function using this template repository. |
8 | | - |
9 | | -> [!NOTE] |
10 | | -> After setting up the evaluation function, delete this chapter from the `README.md` file, and add your own documentation. |
11 | | -
|
12 | | -#### 1. Create a new repository |
13 | | - |
14 | | -- In GitHub, choose `Use this template` > `Create a new repository` in the repository toolbar. |
15 | | - |
16 | | -- Choose the owner, and pick a name for the new repository. |
17 | | - |
18 | | - > [!IMPORTANT] |
19 | | - > If you want to deploy the evaluation function to Lambda Feedback, make sure to choose the Lambda Feedback organization as the owner. |
20 | | -
|
21 | | -- Set the visibility to `Public` or `Private`. |
22 | | - |
23 | | - > [!IMPORTANT] |
24 | | - > If you want to use GitHub [deployment protection rules](https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules), make sure to set the visibility to `Public`. |
25 | | -
|
26 | | -- Click on `Create repository`. |
27 | | - |
28 | | -#### 2. Clone the new repository |
29 | | - |
30 | | -Clone the new repository to your local machine using the following command: |
31 | | - |
32 | | -```bash |
33 | | -git clone <repository-url> |
34 | | -``` |
35 | | - |
36 | | -#### 3. Configure the evaluation function |
37 | | - |
38 | | -When deploying to Lambda Feedback, set the evaluation function name in the `config.json` file. Read the [Deploy to Lambda Feedback](#deploy-to-lambda-feedback) section for more information. |
39 | | - |
40 | | -#### 4. Develop the evaluation function |
41 | | - |
42 | | -You're ready to start developing your evaluation function. Head over to the [Development](#development) section to learn more. |
43 | | - |
44 | | -#### 5. Update the README |
45 | | - |
46 | | -In the `README.md` file, change the title and description so it fits the purpose of your evaluation function. |
47 | | - |
48 | | -Also, don't forget to delete the Quickstart chapter from the `README.md` file after you've completed these steps. |
| 3 | +This repository forwards requests to the Wolfram Cloud API. |
49 | 4 |
|
50 | 5 | ## Usage |
51 | 6 |
|
|
0 commit comments