Cshayan / AI_Automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI_Automation

How to run this app
 git clone https://github.com/Sghosh1999/AI_Automation.git
 pip install -r requirements.txt
 streamlit run app.py
Code for setup.sh (Alternate with no credentials.toml)
mkdir -p ~/.streamlit/

echo "\
[server]\n\
headless = true\n\
port = $PORT\n\
enableCORS = false\n\
\n\
" > ~/.streamlit/config.toml
Code For Procfile
web: sh setup.sh && streamlit run app.py

About


Languages

Language:Python 86.5%Language:JavaScript 10.7%Language:Tcl 1.5%Language:C 0.8%Language:C++ 0.4%Language:Jupyter Notebook 0.1%Language:TeX 0.0%Language:Fortran 0.0%Language:MATLAB 0.0%Language:R 0.0%Language:Smarty 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:DTrace 0.0%Language:Makefile 0.0%Language:Shell 0.0%