Coder Social home page Coder Social logo

classification_image_enhancement_fuzzy_flask's Introduction

Getting Started

python flask html css tailwind javascript jquery

Follow the steps below to get the Flask web application up and running on your local machine.

Prerequisites

Make sure you have the following software installed:

Python (3.6 or higher)

pip (Python package manager)

Installation

Clone this repository to your local machine:

git clone https://github.com/Marwahns/classification_image_enhancement_fuzzy_flask.git

Navigate to the project directory:

cd classification_image_enhancement_fuzzy_flask

Create a virtual environment (optional, but recommended):

python -m venv venv
.\venv\Scripts\activate # Pada Mac: source venv/bin/activate

Install the required Python packages using pip:

pip install -r requirements.txt

If the previous command does not work, run the following command to create the requirements.txt file

pip freeze > requirements.txt

Running the Application

Start the Flask development server:

python app.py

Open your web browser and go to http://localhost:5000 to see the Flask web application in action.

Once you have generated the requirements.txt file, you can deactivate the virtual environment using the command:

deactivate

Project Structure

classification_image_enhancement_fuzzy_flask/
│
├── source/
│   ├── handle_image.py
│   ├── image_enhancement_mamdani.py
│   ├── image_enhancement_sugeno.py
│   ├── image_enhancement_tsukamoto.py
│   ├── image_enhancement.py
│   └── pneumonia_detection.py
│
├── static/
│   ├── css/
│   │   └── newStlye.css
│   ├── image/
│   │   └── icon-logo.png
│   └── js/
│       ├── newScript.js
│       └── vanilla-tilt.js
│
├── templates/
│   ├── base.html
│   ├── index.html
│   └── notFound.html
│
├── app.py
├── README.md
└── requirements.txt

classification_image_enhancement_fuzzy_flask's People

Contributors

marwahns avatar

Watchers

 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.