Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.43 KB

Mutual-AI

Image text

Mutual-AI is committed to providing introductory Chinese-language interactive AI science popularization in the new era of artificial intelligence.

Sloving Problems:

  1. The problem of the dry and boring theoretical knowledge in the learning process of machine learning and deep learning algorithms in the current field of artificial intelligence.
  2. The "black box problem" encountered by novices in the hands-on learning process.

Things We are doing :

  1. To increase the fun of learning AI, we have searched for many interesting and easy-to-use projects with online demonstration experiences.
  2. To solve the "black box problem", we provide detailed explanations of the implementation principles of the projects, helping novices to quickly learn and understand.

Image text


Environment Preparation

  • Python 3.9
  • Fastapi >=0.95.1
  • Pillow >=9.4.0
  • Torchvision >=0.15.0
  • Torch >=2.0.0
  • Torchaudio >=0.0.0
  • Python-Multipart
  • Uvicorn
  • tensorflow >=2.12.0

Run

  1. Clone code to local
git clone https://github.com/YinHan-Zhang/Mutual-AI
  1. go into directary ,use Uvicorn to turn on client
uvicorn main:app
  1. visit http://127.0.0.1:8000/

Image text