zhuxiangyualter / yuechuan-webver

阅川 大模型教学平台

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOGO

AILearn

An integrated learning platform designed for student-teacher and student-student collaboration, enhanced by Artificial Intelligence utilities.

Prerequisties

The following items are required for this project:

Deploy

Clone this repo:

$ git clone https://github.com/aurora-wangq/AILearn.git

Create a virtual environment and install dependencies:

$ poetry install

Spawn virtual environment shell:

$ poetry shell

Edit environment variables:

$ cp .env.template .env
$ vim .env # or whichever editor you like

Migrate database:

$ py manage.py migrate

Run server:

$ py manage.py runserver

Visit http://localhost:8000

Contributor

About

阅川 大模型教学平台


Languages

Language:Python 48.8%Language:HTML 43.1%Language:JavaScript 7.3%Language:CSS 0.7%