Techwaste / develop-model

Machine Learning Model Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Development

This repository focuses on developing models for the machine learning part of TechWas. We experiment with transfer learning, transformers, and other techniques to find the best output for our tasks.

Tasks

Our project focuses on two main tasks:

  • Image classification: Our goal is to accurately classify images into 15 predefined categories.
  • Text summarization: Our goal is to generate concise and informative summaries of longer text of article.

Approach

To achieve our goals, we use transfer learning techniques to leverage pre-trained models and fine-tune them with our own dataset for our specific tasks. This allows us to quickly develop high-performing models without the need for extensive training data or computational resources.

Final Model

Preview

You can preview the implementation in this web app!

Todos

  • text classification model (optional)
  • object detection model (optional)

Model Architecture

  • Image Classification

    • Base model base

    • Fine tuned fine-tuned

  • Text Summarization

    transformers

About

Machine Learning Model Development

License:MIT License


Languages

Language:Jupyter Notebook 100.0%