Alex-Lekov / amazy_sneakers_price

Estimating the price of amazy sneakers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Estimating the price of amazy sneakers

Bot logo

Based on ML with FastAPI Serving

Python

Status: Archive

Because of the decline in activity on the market Amazy project had to Close. The project is considered a success because we were able to make a profit from it.


General info

With the AI we predict the price of a sneaker on the market, find and redeem sneakers that are lower than the market. We make money on their resale.

marketplace: https://go.amazy.io/marketplace

  • To train the model we use the sales history collected from the blockchain (you can see the latest version of the model and its metrics in the notebooks folder)
  • FastAPI is used to get predicates online http://0.0.0.0:8003/docs#/

Technologies

Project is created with:

  • python: 3.10
  • catboost: 1.0.6
  • fastapi: 0.85.0
  • docker: 20.10.16
  • docker-compose: 1.29.2

Installation

with Docker Compose 🐳

  1. setup config_prod.yml
  2. run
> docker-compose build
> docker-compose up
  1. Open http://0.0.0.0:8003 FastAPI Swagger UI

CHANGELOG

CHANGELOG

About

Estimating the price of amazy sneakers


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%Language:Dockerfile 0.0%