https://github.com/dalenguyen/eczease
EczEase is a comprehensive platform designed to help individuals with eczema and food allergies manage their conditions through technology. The platform includes features like an AI chatbot, symptom tracking, naturopath directory, and educational content.
https://github.com/dalenguyen/eczease
ai angular chatbot gcp healthcare openai
Last synced: about 1 year ago
JSON representation
EczEase is a comprehensive platform designed to help individuals with eczema and food allergies manage their conditions through technology. The platform includes features like an AI chatbot, symptom tracking, naturopath directory, and educational content.
- Host: GitHub
- URL: https://github.com/dalenguyen/eczease
- Owner: dalenguyen
- License: mit
- Created: 2025-03-21T04:52:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T19:25:11.000Z (about 1 year ago)
- Last Synced: 2025-05-11T19:26:51.349Z (about 1 year ago)
- Topics: ai, angular, chatbot, gcp, healthcare, openai
- Language: TypeScript
- Homepage: https://eczease.com
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EczEase
Eczema & Food Allergy Tech Solution
Web: https://eczease.com
> Looking for immediate help with allergy-friendly meal planning? Try 🍽️ **[SafePlate.ai (Beta)](https://SafePlate.ai)** — an iOS app designed to make dining safer and more enjoyable for people with food allergies.
## Development
This project uses [pnpm](https://pnpm.io/) for package management. Please ensure you have it installed (`npm install -g pnpm`) and use `pnpm install` instead of `npm install` or `yarn install`.
Set up default GCP project
```bash
gcloud auth application-default login
gcloud config set project YOUR_GCP_PROJECT
```
Change the `.env-template` to `.env` and enter your missing environment data.
Run the project
```bash
npx nx serve webapp
```
## Roadmap
This project involves developing a tech platform to support individuals with eczema and food allergies. The platform will include:
- **AI Chatbot**: Provides personalized advice and guidance on managing eczema, focusing on diet and lifestyle adjustments.
- **Symptom Tracking**: Users can log symptoms, food intake, and treatments to identify potential triggers and monitor progress.
- **Naturopath Directory**: A global directory of naturopathic practitioners specializing in skin conditions, allowing users to find local experts.
- **Educational Content**: Evidence-based articles and guides on eczema management, dietary interventions, and allergy awareness.
- **Community Support**: Forums for users to share experiences and receive support from peers and experts.
The goal is to empower users with actionable insights and resources to improve their condition while fostering a supportive community.
## Contributing
We welcome contributions to the EczEase project! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.