Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 307 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 307 Bytes

Maker station intelligence bot

This is a chatbot that suggest maker station resources by tinkerhub

How to run

  1. Install the required packages using the requirements.txt file: pip install -r requirements.txt.
  2. Run the FastAPI application using a server like uvicorn: uvicorn api.main:app --reload.