https://github.com/mrdiamonddirt/elder_assist
https://github.com/mrdiamonddirt/elder_assist
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/elder_assist
- Owner: mrdiamonddirt
- License: other
- Created: 2024-01-14T00:06:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:12:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T16:37:08.994Z (10 months ago)
- Language: Python
- Size: 723 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Clarifai App Module Template
This is a template repository to make it easy to get started creating a UI module with Clarifai.
## To use this repo
1. Click the "Use this template" green button on github to make a repo from this repo template and give it a name of the format module-{XYZ} filling in the XYZ portion.
2. Clone the new repo as normal to your development environment.
3. `pip install -r requirements.txt` to make sure you have all the Python packages installed. Add any new packages to this requirements.txt file that you add during development.
4. Update the README.md to capture what your new module will do.
5. Rename the pages/*.py files as you desire and start filling them in to implement your module.
6. After you're tried things out locally, push your changes to github and get the git commit URL from there in order to create a module in Clarifai.
7. Go to any app you can create in within Clarifai, select Modules on the left and "Create Module" button, then follow the steps.