An open API service indexing awesome lists of open source software.

https://github.com/texasmadecode/cisd-self_hosted_ai-


https://github.com/texasmadecode/cisd-self_hosted_ai-

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Self-Hosted AI Development Environment

A simple AI chatbot API using Flask to serve an Ollama model locally.
We are using flask right now but will change for prod

## How to Run

1. Clone the repository:
```bash
git clone https://github.com/texasmadecode/CISD-self_hosted_ai-
cd self-hosted-ai-dev
## Build and Run docker container
1. Make dockerfile and run
```bash
docker build . -t ai_docker
docker run -p 5000:5000 ai_docker