The project is about creating a model which predicts whether presnt insurance is fraud or not based on the various data provided by them in the input form
- Usage
- Installation
- Recommended configurations
- Custom configurations
- Updating
- Output
- Uninstallation
- Contributing
- Future Scope
- About Author
Man pages have been added. Checkout man colorls
.
- Install git (preferably, version >= 2.0) and python (preferably, version >=3.6) (windows) For Linux :
sudo yum instal git -y
sudo yum install python -y
- Copy the github url from the repository :
https://github.com/SiddharthaShandilya/Dementia_detection_using_AI.git
- Select a Directory in local system and use
git clone https://github.com/SiddharthaShandilya/Dementia_detection_using_AI.git
*Note for `git clone command` Please make sure that you have proper internet connection. *
*Note for `python` Please try to anaconda for running the app.*
- Create a seperate virtual environment to avoid conflict between python libraries :
python3 -m venv new-env
In case for anaconda we can use below commands
conda create --prefix ./env
conda activate ./env
-
In case tou want to Activate the virtual env follow the given instructions: 👉 (click Here)
-
Install all the libraries for the application.
pip3 install -r requirements.txt
- Once the environment is created use following commands to start
git init
dvc init
dvc dag
dvc repro
- Have a look at Recommended configurations and Custom configurations.
- In the project we are running flask application by using python3 which might not work so try below mentioned commands:
or
python/python3 app.py
flask run
You can overwrite the existing code according to your needs and changing them.
- Note :
- Please have a look at the dvc.yaml file , Here i have used python3.7 version so if your console takes python3 to run python make sure to change all the commands in dvc.yaml file.
- If any change regarding the file are concerned you are advised to change the config file in location ' /config/config.yaml '. For eg.. the location of dataset in thsi code is of a lcoal storage ../dementia_dataset, this might not be in you case so change the code accordingly.
Want to update to the latest version of dementia_detection
? make the required change and give us a pull request
git push https://github.com/SiddharthaShandilya/Dementia_detection_using_AI.git
For Downloading Docker Image
docker pull centos104/dementia_detection_web_app
Below is some screenshot of the web application when it is successfully launched.
Want to uninstall ? No issues (sob). Please feel free to open an issue regarding how we can enhance dementia_detection app
.
ctrl + A, ctrl + shift + delete
Your contributions are always welcome! Please have a look at the contribution guidelines first. 🎉
we are currently working on the UI part as well as trying to make section in the web-app to upload a MRI scan to locate demtia. Feel free to improve the code or share some innovative ideas.
Siddhartha Shandilya