https://github.com/texasmadecode/cisd-self_hosted_ai-
https://github.com/texasmadecode/cisd-self_hosted_ai-
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texasmadecode/cisd-self_hosted_ai-
- Owner: texasmadecode
- License: mit
- Created: 2025-03-05T16:19:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T22:20:54.000Z (about 1 year ago)
- Last Synced: 2025-09-08T13:56:08.022Z (10 months ago)
- Language: HTML
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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