-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
122 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
## Instructions for Setup | ||
# **MedMini** | ||
|
||
## _Runs within_ **< 3GB RAM | 0 vRAM** | ||
## _Inference Time_ **< 3 sec** | ||
### A Lightweight architecture for an Answering System on medical data based on LLMs, designed to run on **edge devices**. | ||
### Entirely on-device processing | ||
### Model Size on Disk: 500 + 250 MB | ||
|
||
 | ||
|
||
|
||
|
||
|
||
## **Instructions for Setup** | ||
|
||
1. `cd mashqa_data` | ||
2. `python format.py` | ||
3. `cd ..; python dbGen.py` | ||
|
||
## Instructions to run | ||
## **Instructions to run** | ||
1. `cd App; npx expo start` | ||
2. `python backend.py` | ||
|
||
## Future work | ||
1. Dockerisation of the project to allow it to run from any IP address without having to do many changes. | ||
## **Future work** | ||
1. Dockerisation of the project to allow it to run from any IP address without having to do many changes. | ||
2. Improve the RAG algorithm without compromising on efficiency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters