Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.58 KB

ML_Projects

This repository contains machine learning projects I have worked on.

Projects

1. Project Name: Recommender system

Recommender systems are AI matchmakers, predicting what you'll love next based on your past clicks and likes. They keep you hooked on platforms by suggesting things you just can't resist.

  • Movie recommender (Content-Based) App Screenshot

  • Book recommender (Popularity-Based)

App Screenshot

  • Book recommender (Collaboraive-filtering-Based)

App Screenshot

2. Project Name: TexttoSQL_LLM_APP

Speak your data's language without memorizing a single SQL keyword. This application bridges the gap between human language and database queries, empowering anyone to effortlessly extract insights from databases. Effortlessly translate your questions into accurate SQL queries, even with complex conditions and nesting. Powered by: Google AI's Gemini LLM

App Screenshot

Installation

Steps to install and use the projects:

  • Clone this repo.
  git clone https://github.com/adkbbx/ML_Projects.git
  • Navigate into a project folder.
  cd PROJECT_NAME 
  • Run scripts or notebooks for the project.

Contributing

If you wish to contribute to any of the projects, please create a pull request detailing your changes.

Authors