This is a freelance project for an image recognition website developed using HTML, CSS, JavaScript, PHP, and MySQL. [IMAGE RECOGNITION ALGORITHM IS NOT MENTIONED IN THIS REPOSITORY, IT CONTAINS THE CODE FOR UI/UX and LOGIN VALIDATIONS]
- Image Recognition: The website allows users to upload images and performs recognition tasks using pre-trained models.
- User Authentication: Includes a login and registration system with proper validation using PHP and MySQL.
- Data Persistence: User data and recognition results are stored securely in a MySQL database.
- Validation: Input validation is implemented to ensure data integrity and prevent security vulnerabilities.
-
Frontend:
- HTML
- CSS
- JavaScript
-
Backend:
- PHP
- MySQL
-
Clone the repository:
-
Import the MySQL database schema provided in the
databasedirectory. -
Configure the database connection settings in
registration.php & login.php. -
Deploy the project on a PHP server.
- Register an account on the website.
- Log in using your credentials.
- Upload an image for recognition.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.