mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
Gesamtlast_simple
This commit is contained in:
parent
c16faec6fe
commit
004b16c2fd
@ -28,6 +28,11 @@ git clone [URL des Repositories]
|
|||||||
cd [Projektverzeichnis]
|
cd [Projektverzeichnis]
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Bei pip install mariadb Fehler:
|
||||||
|
sudo apt-get install -y libmariadb-dev
|
||||||
|
pip install mariadb
|
||||||
|
|
||||||
## Nutzung
|
## Nutzung
|
||||||
|
|
||||||
`config.example.py` anpassen und dann in config.py umbennenen
|
`config.example.py` anpassen und dann in config.py umbennenen
|
||||||
|
@ -167,7 +167,7 @@ def flask_gesamtlast():
|
|||||||
print(last)
|
print(last)
|
||||||
return jsonify(last.tolist())
|
return jsonify(last.tolist())
|
||||||
|
|
||||||
|
|
||||||
@app.route('/gesamtlast_simple', methods=['GET'])
|
@app.route('/gesamtlast_simple', methods=['GET'])
|
||||||
def flask_gesamtlast_simple():
|
def flask_gesamtlast_simple():
|
||||||
if request.method == 'GET':
|
if request.method == 'GET':
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
python 3.12
|
||||||
flask
|
flask
|
||||||
numpy
|
numpy
|
||||||
requests
|
requests
|
||||||
@ -5,5 +6,8 @@ pytz
|
|||||||
matplotlib
|
matplotlib
|
||||||
deap
|
deap
|
||||||
scipy
|
scipy
|
||||||
sklearn
|
scikit-learn
|
||||||
pandas
|
pandas
|
||||||
|
tensorflow
|
||||||
|
joblib1.4.0
|
||||||
|
mariadb
|
Loading…
x
Reference in New Issue
Block a user