KiLJ4EdeN / ai_project_template

simple and packageless approach to managing an ai project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ai_project_template

python version -> 3.6

Usage

Clone the repository

git clone https://github.com/KiLJ4EdeN/ai_project_template
cd ai_project_template/src

Installing dependencies

chmod +x dependencies.sh
./dependencies.sh

Run the Service

chmod +x run.sh
./run.sh

Refer to http://localhost:8501

Remember to change the requirements in case of changes

pip freeze > requirements.txt

Results:

Upload An Image:

Get the Results:

About

simple and packageless approach to managing an ai project

License:MIT License


Languages

Language:Jupyter Notebook 71.1%Language:Python 28.5%Language:Shell 0.4%