Your Intelligent Campus Healthcare Assistant
Experience the future of healthcare with MediTech.ai. Our advanced AI-powered platform provides personalized health insights, 24/7 virtual assistance, and seamless healthcare management to help you stay on top of your well-being.
Visit our website: MediTech.ai
GitHub Repository: MediTech.ai Repository
- Personalized Support: Customized advice and coping strategies based on user inputs.
- Resource Library: A wealth of articles, exercises, and tools for mental health education and empowerment.
- Confidential and Secure: Robust security measures to protect user information.
- Community and Connection: Supportive online community for shared experiences and mutual support.
- Tailwind
- React
- Node
- MongoDB
To get a local copy up and running, follow these simple steps.
- Node.js (https://nodejs.org/)
- npm (comes with Node.js) or yarn (https://yarnpkg.com/)
git clone https://github.com/AbidHasanRafi/meditech-ai.git
cd meditech-ai
npm install
npm run dev
npm run build
Below is a list of the main packages and their purposes:
- @google/generative-ai: Integrates with Google's generative AI services to provide advanced AI functionalities.
- axios: Used for making HTTP requests to fetch data from APIs.
- localforage: Provides offline storage capabilities to store data locally in the browser.
- lottie-react: Utilized for rendering Lottie animations in React.
- lucide-react: A collection of icons for React applications.
- match-sorter: A utility for filtering and sorting lists by relevance.
- react: A JavaScript library for building user interfaces.
- react-dom: Serves as the entry point of the DOM-related rendering paths.
- react-helmet: Manages changes to the document head, such as the page title and meta tags.
- react-icons: Provides a collection of popular icons to use in React projects.
- react-markdown: A React component to render Markdown.
- react-router-dom: Provides routing functionalities for React applications.
- react-tabs: A simple tabs component for React applications.
- sort-by: A utility to sort arrays by object properties.
Here is a brief overview of the project structure:
meditech-ai/
├── public/ # Static files
├── src/
│ ├── assets/ # Images, fonts, and other static assets
│ ├── components/ # Reusable React components
│ ├── pages/ # React components for different pages
│ ├── styles/ # Tailwind CSS and other styles
│ ├── App.jsx # Main App component
│ └── main.jsx # Entry point for the React app
├── index.html # HTML template
├── package.json # Project metadata and dependencies
├── tailwind.config.js # Tailwind CSS configuration
└── vite.config.js # Vite configuration
Contributions are what make the open-source community such an amazing place to be. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Author: Abid Hasan Rafi
- Project Link: MediTech.ai