Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.
/ capynano Public archive

This project was created as a learning exercise for deploying a machine learning model. The goal was to create a simple web application that would allow users to input data and receive a prediction from the trained model.

License

Notifications You must be signed in to change notification settings

n1eko/capynano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capynano

This project was created as a learning exercise for deploying a machine learning model. The goal was to create a simple web application that would allow users to input data and receive a prediction from the trained model.

Prerequisites

Before running this project, you will need to have the following software installed on your machine:

  • Python 3.6 or higher
  • FastAI 2.7.12
  • Gradio 3.28.3

Docker

Build image

docker build . -t capynano:latest

Run

docker run --rm -it -p 8080:8080 capynano:latest

About

This project was created as a learning exercise for deploying a machine learning model. The goal was to create a simple web application that would allow users to input data and receive a prediction from the trained model.

Topics

Resources

License

Stars

Watchers

Forks