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.
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#/
Project is created with:
- python: 3.10
- catboost: 1.0.6
- fastapi: 0.85.0
- docker: 20.10.16
- docker-compose: 1.29.2
with Docker Compose 🐳
- setup config_prod.yml
- run
> docker-compose build
> docker-compose up
- Open http://0.0.0.0:8003 FastAPI Swagger UI