---
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.
## Getting Started 🏁
## 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.
``` bash
pip install -r requirements.txt
```
### Step 2: Start the FastAPI application with hot reloads enabled using Uvicorn.
``` bash
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".
1. **Fork** the repository on GitHub
2. **Clone** your fork to your machine
3. **Commit** the changes to your personal branch
4. **Push** these updates back to your fork
5. 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!