A modern web application that uses AI to analyze and interpret blood test results, providing personalized insights and recommendations.
- Upload blood test results (PDF, image, or manual entry)
- AI-powered analysis of lab results
- Personalized health insights and recommendations
- Historical tracking of results
- Interactive chat interface for health-related questions
- Educational resources about blood test markers
- Node.js 16.x or later
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/my-ai-bloodwork-app.git
cd my-ai-bloodwork-app
- Install dependencies
npm install
# or
yarn install
- Create a
.env.local
file in the root directory and add your API keys:
OPENAI_API_KEY=your_openai_api_key
# Add any other required API keys
- Run the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser to see the application
This application can be easily deployed to Vercel:
- Next.js - React framework
- Tailwind CSS - Styling
- OpenAI API - AI analysis
- Chart.js - Data visualization
- React Dropzone - File uploads
This project is licensed under the MIT License - see the LICENSE file for details.