A newer version of the Gradio SDK is available:
5.5.0
title: Barnacle Counter
sdk: gradio
app_file: app.py
pinned: false
π©πΎβπ» Project Starter Template
[Project Description]
Designs
[Screenshot description]
[2-4 screenshots from the app]
Architecture
Tech Stack π₯
The app is built using [tech stack]
[Description of any notable added services]
Link to other repos that comprise the project (optional)
Packages π¦
- [List of notable packages with links]
Style
[Describe notable code style conventions]
We are using [typically a configuration like CS52's React-Native ESLint Configuration or CS52's ES6 and Node ESLint Configuration]
Data Models
[Brief description of typical data models.]
[Detailed description should be moved to the repo's Wiki page]
File Structure
βββ[Top Level]/ # root directory
| βββ[File] # brief description of file
| βββ[Folder1]/ # brief description of folder
| βββ[Folder2]/ # brief description of folder
[etc...]
For more detailed documentation on our file structure and specific functions in the code, feel free to check the project files themselves.
Setup Steps (example)
- Clone repo by running
git clone https://github.com/dali-lab/<REPONAME>.git
in your terminal andcd <REPONAME>
- Run [
npm install
or equivalent] to install all of the necessary packages
- If you don't have [npm or equivalent] installed, you can install it by following the instructions <here OR AT THE RELEVANT HYPERLINK>
- Make sure you have [package names] installed. You can install it by running
npm install <PACKAGE NAMES IF NECESSARY> <--global IF NECESSARY>
- To start the app locally, run [
npm start
or the relevant start command].
Deployment π
[Where is the app deployed? i.e. Expo, Surge, TestFlight etc.]
[What are the steps to re-deploy the project with any new changes?]
[How does one get access to the deployed project?]
Authors
- Firstname Lastname 'YY, role
Acknowledgments π€
We would like to thank [anyone you would like to acknowledge] for [what you would like to acknowledge them for].
Designed and developed by @DALI Lab