This repository contains the code for a Fruit Recognition System. The system is designed to identify various types of fruits using image classification techniques. It is built using HTML, CSS, JavaScript, EJS, Node.js, and Express.
- Image Classification: The system uses machine learning algorithms to classify images of fruits into different categories.
- Web Interface: The system comes with a web-based interface built using HTML, CSS, JavaScript, and EJS templates for easy interaction.
- Pre-trained Models: Pre-trained models are included for easy setup and usage.
- Customizable: The codebase is highly customizable, allowing users to fine-tune models or train their own from scratch.
- Clone this repository:
git clone https://github.com/BaraSedih11/FruitRecognitionSystem.git
- Navigate to the project directory:
cd FruitRecognitionSystem
- Install dependencies:
npm install
- Start the server:
node app.js
-
Open your web browser and navigate to
http://localhost:3000. -
Follow the on-screen instructions to classify images using the web interface.
The system is trained on a dataset containing images of various fruits. The dataset used can be found here.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
For any inquiries or issues regarding the project, feel free to contact the project owner: BaraSedih11.

