The Food and Drug Administration regulates the safety and efficacy of drugs, medical devices, and food.
Unfortunately, we have very little data on the benefits and harms of the thousands of chemicals that we put in our bodies every day.
This is an initial prototype for what we envision as an even more awesome the Food and Drug Administration (FDA) of the future.
The main purpose is to make it easier, cheaper, and faster to
- conduct randomized-controlled clinical trials
- collect epidemiological data for observational studies for
- initial drug discovery
- research that would be immoral to conduct in humans (e.g. forcing people to smoke or consume a chemical believed to be harmful)
- research on unpatentable molecules that would not have sufficient financial incentive for a pharmaceutical company to conduct clinical trials
- Outcome Labels
- Predictor Search Engine
- Root Cause Analysis Reports
- Observational Mega-Studies
- Real-Time Decision Support Notifications
- No Code Health App Builder
- AI Robot Doctor
- Chrome Extension
- Clone the repository
- Copy
.env.example
to.env
and update the values - Run
composer install
- Run
php artisan serve
- Visit
http://localhost:8000
in your browser
- Run
docker-compose up -d
- Visit
http://localhost:8000
in your browser
- Run
php artisan test
- Fork the repository
- Create a new branch that starts with
feature/
- Make your changes
- Create a pull request
- Wait for the tests to pass
- Wait for the pull request to be merged
- Celebrate!