Teaching Academy with AI
Sample page hosted on Heroku: tryit ... https://idomai.herokuapp.com/ π’
Clone repository: For security use SSH keys.
git clone https://github.com/AdonaiVera/idomai.git
Install dependencies.
pip3 install -r requirements.txt
Run commands
streamlit run app.py
Enjoy
Set up heroku
command.
Add heroku-buildpack-apt
to buildpacks.
$ heroku buildpacks:add --index 1 heroku-community/apt
requirements.txt
Update requirements.txt
.
$ make deps/update
Commit it.
$ git add requirements.txt
$ git commit -m "requirements.txt"
heroku create -a idiomai
git push heroku master
docker build --tag idomai-app .
docker run -p 8501:8501 idomai-app
http://localhost:8501/
az acr build --registry idomAIRegistry --resource-group idomAI --image idomai-app .
Architecture is divided intro three main parts:
Mention the tools you used to create your project