AdaptiveMotorControlLab/AmadeusGPT

How to run amadeusGPT?

Specom opened this issue · 0 comments

Hey there,

I am new to streamlit and I am unsure how to start the actual app.

I installed amadeusGPT in windows using anaconda using the following code:

conda env create -f amadesuGPT.yml
conda activate amadeusgpt
pip install amadeusGPT
pip install google
pip install google-api-core
pip install protobuf
pip install google-cloud-translate
pip install --upgrade -t libs firebase-admin
pip install google-cloud-core
pip install google-cloud-firestore
pip install --upgrade streamlit
pip install RestrictedPython
pip install streamlit-drawable-canvas
conda install anaconda::memory_profiler

From the documentation I am unsure what to do next. Hope you can point me into the right direction here :)

Cheers