brain / Brain /README.md
happygold's picture
feature(#145): add images using Git Lfs
37abb26

A newer version of the Gradio SDK is available: 6.0.0

Upgrade
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".

  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!