Giter Club home page Giter Club logo

glaucoma_detection_ml's Introduction

Glaucoma_Detection_ML

Detecting Glaucoma with Machine Learning Techniques and CNN, and Visualizing Models in a Streamlit Web Application

Getting started

Why Virtual Environment

First, we create a virtual environment. A virtual environment is an isolated Python environment that allows you to install packages and dependencies specific to a project without affecting the global Python installation. It helps manage project-specific dependencies efficiently. We might need a virtual environment for each of our project as each project might need a particular version of package or library, and using the same environment for multiple projects may lead to some features missing out on specific projects.

Creating Virtual Environment

-> Create a project folder -> Open the command prompt in that directory -> Run the following command: python -m venv env -> After creating a virtual environment, run the following command to activate it: env\scripts\activate -> Now, our virtual environment is active. After you complete using the environment and want to deactivate it, just run the "deactivate" prompt to do the job.

Installing required packages

-> All the required packages have been specified in the requirement.txt file. -> Copy the requirements.txt file into your project folder. -> After activating the virtual environment, run the following command to install required packages: pip install -r requirement.txt -> All required packages will be installed. -> to get the requirements from an existing environment, run the following command there: pip freeze > requirements.txt

Importing all python files

Copy all the files into your project folder

Running the project

-> First, open the project folder using VS Code and activate the environment using the following command in the terminal: env\scripts\activate -> Once the env is active, run the following command to get the streamlit app going: streamlit run app.py -> To stop running the app, just click "ctrl+C" in the terminal.

To get to our deployed streamlit app,

Just click here...!

glaucoma_detection_ml's People

Contributors

shyam-nt avatar abhijay1287 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.