Skip to content

Ubeydkhoiri/machine-learning-web-based

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Web-Based Application

This repository contains a simple web-based machine learning application using Flask.

Project Structure

  • app.py: The main Flask application file.
  • model.py: Contains machine learning model implementation.
  • Template/home.html: HTML template for the home page.
  • Template/output.html: HTML template for displaying model output.
  • requirements.txt: List of Python dependencies for the project.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Python (>=3.6)
  • Flask (install dependencies using pip install -r requirements.txt)

Clone the Repository

git clone https://github.com/your-username/machine-learning-web-based.git
cd machine-learning-web-based

Run the Application

python app.py

This will start the Flask development server. Open your web browser and navigate to http://127.0.0.1:5000/home to access the application.