A newer version of the Gradio SDK is available:
6.0.0
metadata
title: RisingBrain
emoji: π
colorFrom: yellow
colorTo: indigo
app_file: app.py
sdk: gradio
sdk_version: 2.9.1
python_version: 3.10.4
pinned: false
license: other
π§ RisingBrain - Powering Your AI Enhanced OS π‘
Welcome to the heartbeat of RisingBrain, our main backend component. β½ Kickstart your RisingBrain project right from here.
Running FastAPI Application π
Our backend runs on a FastAPI application. Here's a quick guide to get it up and running:
Step 1: Install all required packages using the provided requirements.txt file.
pip install -r requirements.txt
Step 2: Start the FastAPI application with hot reloads enabled using Uvicorn.
uvicorn app:app --reload
Bravo!π You should now see your Brain Backend is alive and ready for action, empowering your AI interactions in RisingBrain.
Happy coding! π
Contributing πͺ
We appreciate your interest in enhancing our work! Please respect the style and contribution guidelines of every project when submitting patches and additions. Our general Git workflow of choice is "fork-and-pull".
- Fork the repository on GitHub
- Clone your fork to your machine
- Commit the changes to your personal branch
- Push these updates back to your fork
- Don't forget to submit a Pull Request for us to study your contributions.
NOTE: Sync with "upstream" to have the latest updates before you make a pull request!