This project is the simulation of the heat transfer in one dimension
python -m venv venv
source venv/bin/activate # Linux/macOS
.\venv\Scripts\activate # Windows
pip install -r requirements.txt
pip freeze > requirements.txt
pip install fastapi uvicorn