# creative-ac **Repository Path**: neo163/creative-ac ## Basic Information - **Project Name**: creative-ac - **Description**: AI CMS,以AI为主的内容管理系统,当前是官网核心版。 QQ群:545997586 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://creative.chat - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-24 - **Last Updated**: 2024-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Creative AC Creative AC Project ## Install Python: https://www.python.org/downloads/release/python-3810/ Python 3.8.10 ## Install require packages ``` pip install -r requirements.txt ``` ## Run Project Go to the location of Project ``` uvicorn main:app --reload --port 1888 ``` Or ``` python main.py ```