An open API service indexing awesome lists of open source software.

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

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