Coder Social home page Coder Social logo

nikolailehbrink / healyou Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 387 KB

AI-powered health self-assessment and personalized therapy plan platform with a user-focused interface.

License: MIT License

CSS 1.63% TypeScript 97.95% JavaScript 0.42%
ai gpt-4-turbo healthcare nextjs openai-api react shadcn-ui supabase tailwindcss

healyou's Introduction

HealYou

A comprehensive self-care and therapy web application. HealYou integrates AI for personalized health assessments and therapy plans, leveraging a user-centric design approach for optimal user experience.

Caution

This is a demo project, that I build for my portfolio. In their usage policies OpenAI discourages the use of its API for these use cases:

Don’t perform or facilitate the following activities that may significantly impair the safety, wellbeing, or rights of others, including:

  • a. Providing tailored legal, medical/health, or financial advice without review by a qualified professional and disclosure of the use of AI assistance and its potential limitations

Header image

✨ Features

  • AI-Driven Diagnosis: Offers an intelligent self-diagnosis tool, utilizing AI algorithms for health assessments.
  • Personalized Therapy Plan: Users get access to customized therapeutic strategies based on their diagnosis.
  • Authentication: Implements user authentication using Supabase Auth and social logins for Google, GitHub, and LinkedIn.

📽️ Demo

demo.mp4

🛠️ Technologies

💻 Running Locally

Before running HealYou locally, ensure you have the latest versions of Node.js and npm installed.

Preliminary Requirements

Before proceeding with the setup, it's essential to sign up for necessary services:

  • Supabase: Sign up at Supabase and create a new project. This will provide you with the Supabase URL and Supabase Anon Key required for the environment variables.
  • OpenAI: Register at OpenAI to obtain an OpenAI API Key. This key is needed to integrate AI functionalities within the HealYou app.

Setting Up the Environment

  1. Clone the repository:

    git clone https://github.com/nikolailehbrink/healyou.git
  2. Navigate to the project directory:

    cd healyou
  3. Install the dependencies:

    npm install

Setting up Environment Variables

  1. Create a .env.local file in the root directory of the project.

  2. Paste the following code into the file:

    NEXT_PUBLIC_SUPABASE_URL=YourSupabaseURL
    NEXT_PUBLIC_SUPABASE_ANON_KEY=YourSupabaseAnonKey
    
    OPENAI_API_KEY=YourOpenAIAPIKey

Starting the Application

  1. Start the development server:

    npm run dev
  2. Open http://localhost:3000 in your browser to view the application.

healyou's People

Contributors

nikolailehbrink avatar

Stargazers

findigital avatar PLin2023 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.