Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 688 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 688 Bytes

Default R2R Template

This directory contains the necessary files to deploy a basic R2R application within the SciPhi cloud.

File Structure

The main files in this directory are:

  • src/app.py: The main entry point for the application.
  • config.toml: The configuration file used to control the deployment settings.
  • requirements.txt: The file specifying the Python dependencies required by the application.

Application Overview

The application is built using the r2r library. The main entry point is in the src/app.py file, which creates an application using the R2RBuilder. Learn more by readin the documentation here.