Requirements:
python >= 3.11data.dbis requiredmambaorcondainstalledollamainstalled (Github)
mamba env create -f environment.ymlAdd MODEL in .env to specify your model file
MODEL="your_modal_name"
Important
The environment file use cpu version of pytorch, if you have GPUs, install GPU version on your own.
If you want to monitor in LangSmith, add config in the .env
LANGCHAIN_TRACING_V2=true
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY="api-key"
python main.pystreamlit run streamlit.pypython app.pyObjective, System Architecture, Research Methods, Results, Future Outlook : report


