
Clone this repository and enter to this repository name
Create conda environment (optional), e.g. name of web
Install dependencies in your prefered environment:
cd img_chat_deepseek
conda create --name web python=3.10
conda activate web
pip install -e .
uvicorn app.main:app --reload
8 commits
Python
66.6%
Jupyter Notebook
30.5%
JavaScript
1.0%

Clone this repository and enter to this repository name
Create conda environment (optional), e.g. name of web
Install dependencies in your prefered environment:
cd img_chat_deepseek
conda create --name web python=3.10
conda activate web
pip install -e .
uvicorn app.main:app --reload
8 commits
Python
66.6%
Jupyter Notebook
30.5%
JavaScript
1.0%