https://github.com/markwengstr/motor_ai_api_server
online motor ai desing server
https://github.com/markwengstr/motor_ai_api_server
Last synced: 3 months ago
JSON representation
online motor ai desing server
- Host: GitHub
- URL: https://github.com/markwengstr/motor_ai_api_server
- Owner: MarkWengSTR
- Created: 2020-06-25T01:29:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T21:57:36.000Z (over 3 years ago)
- Last Synced: 2025-03-23T05:11:16.306Z (over 1 year ago)
- Language: Python
- Size: 25.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansys Maxwell Automation Script
## Goal
Using python control ansys maxwell software to draw a surface PM motor
## Requirements
1. Python 3
- python 3.7.6
2. Python library
- ipdb==0.12.3
- Flask==1.1.2
- Flask-Cors==3.0.8
- pandas==1.0.1
- numpy==1.18.1
- requests==2.24.0
## Environment Install Guide (Verified)
1. Install Python 3.7.6
2. (optional) Install virutal env
- pip install virtualenv
3. optional) create virutal env
- virutalenv venv
4. (optional) activate virutal env
- ./venv/Scripts/activate
5. Installed needed library using the following command
- pip install -r requirements.txt
## Execute Guide
1. active virtual env
- ./venv/Scripts/activate
2. execute server.py
- python server.py