# jc-fenci **Repository Path**: percyc/jc-fenci ## Basic Information - **Project Name**: jc-fenci - **Description**: 集成公司分词需求 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-17 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 1. 下载代码 ```bash git clone https://gitee.com/percyc/jc-fenci.git ``` ## 2. 创建virtualenv ```bash cd jc-fenci virtualenv venv ``` ## 3. 安装依赖 ```bash source venv/bin/activate pip install -r requirements.txt ``` ## 4. 运行 ```bash streamlit run main.py ``` # Docker部署 ## 1. 构建镜像 ```bash docker build -t jc-fenci . ``` ## 2. 运行 ```bash docker run -p 8501:8501 -d jc-fenci ```