This is a chatbot that suggest maker station resources by tinkerhub
- Install the required packages using the requirements.txt file: pip install -r requirements.txt.
- Run the FastAPI application using a server like uvicorn: uvicorn api.main:app --reload.