The power of the community to create health is far greater than any physician, clinic or hospital. We strive to gift people the tools for people of any community to stay connected so in times of disaster, they can help each other in which first responders cannot. We believe that together, they can lighten the burden and struggles of the experience they gone through and lift each other, allowing them to brave through these calamities.
Before you begin, ensure you have met the following requirements:
-
You have a working Python environment (Python 3.7 or later).
-
You have
pip
installed. You can check if you have it installed by running:pip --version
Follow these steps to set up your project:
Clone this repository to your local machine:
git clone [https://github.com/yourusername/repo-name.git](https://github.com/oddblaster/GatorAIHackathon.git)
cd repo-name
Setup the virtual environment by running these commands:
python -m venv env
env/Scripts/activate
Install the dependencies installing these commands
pip install -r requirements.txt
To get the api keys and information you would go to:
www.ibm.com/cloud to get the cloud api key ###IBM
IBM_API_KEY=
PROJECT_ID=
CLOUD_API_KEY=
###SUPABASE www.supabase.com -- this is the database of the product
SUPABASE_ANON_KEY=
SUPABASE_URL=
###IPAPI www.ipapi.com -- This retrieves the geolocation IPAPI_API=
To run this application just run the application:
streamlit run main.py
It should open up the website and you should be good.