Introducing our revolutionary retirement solution—a comprehensive prototype powered by advanced AI. Elevate your golden years with features like a vibrant Community Forum, guided Retirement Planning, a Finance Bot for personalized financial guidance, a versatile Robo Advisor for holistic well-being, and a Healthcare Insurance Prediction system for tailored health coverage recommendations. Embrace retirement with confidence and support at your fingertips!
Follow these steps to set up and run the project locally.
-
Navigate to the frontend directory:
cd frontend -
Install dependencies:
npm install -
Run the development server:
npm run dev
-
Navigate to the backend directory:
cd backend -
Install Python dependencies using the requirements.txt file:
pip install -r requirements.txt -
Ensure to add the OpenAI key in the environment file along with the OpenCage key.
Create a
.envfile in the backend directory and add the following:OPENAI_KEY=your_openai_key OPENCAGE_KEY=your_opencage_key
Replace your_openai_key and your_opencage_key with your actual API keys.
check out this video demonstration: https://drive.google.com/drive/folders/1hrUWndBsPBDGrxr9bv6drd4m-u7waUiP