nicknochnack / IBM-Generative-AI-Reflex-App

IBM Generative AI Reflex App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building Reflex Applications

Learning how to build applications with Reflex Reflex

See it live and in action πŸ“Ί

Startup πŸš€

  1. Create new environment conda create -n reflexdev
  2. Activate the environment conda activate reflexdev
  3. Install stuff pip install -r requirements.txt
  4. Initialise the app by running reflex init
  5. Update watsonx_api_key, watsonx_model and watsonx_api_endpoint in rxconfig.py
  6. Run the app by running reflex run or reflex run --loglevel debug to enable debugging

Notes

Other References πŸ”—

-Reflex Introduction:based on this introduction tutorial.

-IBM Generative AI:providing the LLM capability.

Who, When, Why?

πŸ‘¨πŸΎβ€πŸ’» Author: Nick Renotte
πŸ“… Version: 1.x
πŸ“œ License: This project is licensed under the MIT license. Feel free to use it, just don't do bad things with it.

About

IBM Generative AI Reflex App


Languages

Language:Python 100.0%