|
10 | 10 | <br>
|
11 | 11 | <h2>Project: </h2>
|
12 | 12 | <br>
|
13 |
| -<p align="center"> |
14 | 13 | <img src="./frontend/src/assets/Login_page.png"><br>
|
15 |
| - <p> Login with the credentials used during sign-up. Or sign-in using Google Auth, for <b>fast and seamless</b> login.</p><br> |
| 14 | + |
| 15 | + - Login with the credentials used during sign-up. Or sign-in using Google Auth, for <b>fast and seamless</b> login.<br> |
| 16 | + |
16 | 17 | <img src="./frontend/src/assets/Family.png"><br>
|
17 |
| - <p> You can add family members on your Family Page, and manage their health records from a <b>single dashboard.</b></p><br> |
| 18 | + - You can add family members on your Family Page, and manage their health records from a <b>single dashboard.</b><br> |
| 19 | + |
18 | 20 | <img src="./frontend/src/assets/Timeline.png"><br>
|
19 |
| - <p> View your loved ones' records in a <b>timeline</b> format, and easily upload new reports with the upload card.</p><br> |
| 21 | + - View your loved ones' records in a <b>timeline</b> format, and easily upload new reports with the upload card.<br> |
| 22 | + |
20 | 23 | <img src ="./frontend/src/assets/EHR_search.png"><br>
|
21 |
| - <p> Search across all your reports using key words and recieve the EHRs using our <b>Integrated Search Feature</b>, to save time and find the document in an instant.</p><br> |
| 24 | + |
| 25 | + - Search across all your reports using key words and recieve the EHRs using our <b>Integrated Search Feature</b>, to save time and find the document in an instant.<br> |
| 26 | + |
22 | 27 | <img src="./frontend/src/assets/EHR_translate.png"><br>
|
23 |
| - <p> Google Translate to the top <b>5 languages of the world</b>. The Chatbot feature equipped with text-to-speech and speech-to-text for those with special needs. Summarizer and the actual report, to provide a one stop solution for all.<br> |
24 |
| -</p> |
| 28 | + - Google Translate to the top <b>5 languages of the world</b>. The Chatbot feature equipped with text-to-speech and speech-to-text for those with special needs. Summarizer and the actual report, to provide a one stop solution for all.<br> |
25 | 29 |
|
26 | 30 | <h2>🧐 Features</h2>
|
27 | 31 |
|
|
49 | 53 |
|
50 | 54 | * **🌐 JWT Authentication Flow** The server and browser interaction using JWTs for login processes guarantees secure sessions.
|
51 | 55 |
|
| 56 | +<h2> 🔒 Data Encryption & Protection </h2> |
| 57 | + |
| 58 | +<img src= "./frontend/src/assets/security.png"> |
| 59 | + |
| 60 | +- 📄 **Data Encryption** All data is encrypted using a symmetric key approach, ensuring that any text file converted to cipher text remains confidential. |
| 61 | + |
| 62 | +- **🗝 Same Key for Encryption/Decryption:** We employ the same secret key for both encrypting and decrypting data, simplifying key management while maintaining security. |
| 63 | + |
| 64 | +- **🛡 End-to-End Encryption:** From the moment data is encrypted to the point it is decrypted, it is fully protected, ensuring that sensitive information stays secure during transit and at rest. |
| 65 | + |
| 66 | +- **🔐 Secure Key Management:** The secret keys are managed securely, ensuring they are inaccessible to unauthorized users and systems. |
| 67 | + |
| 68 | + |
52 | 69 | <h2>🔜 What's Next?</h2>
|
53 | 70 |
|
54 | 71 | * **🩺 Google Healthcare API Integration:** To enhance data management, we're moving to store health records in the **FHIR format**, making data more accessible and interoperable.
|
@@ -97,15 +114,27 @@ python manage.py runserver
|
97 | 114 | ```
|
98 | 115 | <br>
|
99 | 116 |
|
100 |
| -<p> 5. You are Good to Go! </p> |
101 |
| -<br> |
102 |
| -<h2>💻 Built with</h2> |
103 |
| -<br> |
| 117 | +<p> 5. You are <i><u>Good to Go!</u></i> </p> |
| 118 | +<h2> 👥 Contributing to VitaFile </h2> |
| 119 | + |
| 120 | +- **🐞Report Issues:** If you find a bug or have a suggestion, report it as an issue in the project repository. |
| 121 | + |
| 122 | +- **💻Submit Pull Requests:** Enhance features or fix bugs by submitting a pull request with your changes. |
| 123 | + |
| 124 | +- **✨Feature Suggestions:** Have an idea? Propose new features by raising an issue for discussion. |
| 125 | + |
| 126 | +<h2> 📄LICENSE </h2> |
| 127 | + |
| 128 | +Our project is licensed under the MIT License, a decision that reflects our commitment to open-source software and its principles of freedom and collaboration. This licensing choice means that anyone is free to use, modify, and distribute our project, provided they include the original license and copyright notice with their work. By choosing the MIT License, we aim to contribute to the vibrant ecosystem of open-source software, making our project accessible and usable by a broad community of developers and users, fostering innovation and development within this space. |
| 129 | + |
| 130 | +<h2> 🙏 Acknowledgments </h2> |
| 131 | + |
| 132 | +We would like to express our deepest appreciation to all those who provided the possibility to complete this project. A special gratitude we give to: |
| 133 | + |
| 134 | +- **Our Contributors**: For their unwavering commitment and contributions that brought this project to life. |
| 135 | + |
| 136 | +- **Organizations:** Who supported us with tools, APIs, and resources essential for the development of VitaFile. |
104 | 137 |
|
105 |
| -Technologies used in the project: |
| 138 | +- **Faculty Advisors:** Whose insights and expertise have been invaluable to our project's success. |
106 | 139 |
|
107 |
| -* **Django** |
108 |
| -* **React** |
109 |
| -* **Gemini API** |
110 |
| -* **Google Translate** |
111 |
| -* **PaLM API** |
| 140 | +- **VIT Chennai:** For fostering an environment of innovation and learning that has been the cornerstone of our development journey. |
0 commit comments