Skip to content

julesvanrie/base_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Basic package setup for students to use

🚧 Update Nov. 3, 2024

This repository has been split in two separate repository templates for front end and back end to improve students' experience (and reduce issues related to their project structure).

Going forward this original repo will not be maintained. Any updates and issues will be handled in the two template repositories. The code has been moved into a main-history branch for archiving purposes.

Description

This is a generic boilerplate for basic ML/DL projects. It has the basic functionality for doing one-off predictions based on simple inputs (i.e. not on images for example, or large numbers of inputs).

It contains nothing more than all the configuration files for the project. No actual code.

What's being used:

  • Streamlit for the front end
  • FastAPI serving the back end
  • Model storage on GCS / MLFlow (python functions to be written)
  • Everything to deploy with Docker

How to use it

Refer to the wiki pages in the two template repositories for instructions:

About

Base structure for a ML or DL project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published