Skip to content

bharathjinka09/AI-Chatbot-Local-Ollama-Qwen-2.5-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Ollama Qwen-2.5 Chatbot

This project is a simple chatbot server built with Python FastAPI.

Prerequsites

As it is a local model, we have to download Ollama and Qwen2.5 model locally before running this API.

Features

  • Chatbot server implementation
  • Easy to run and extend

Setup

  1. Create a virtual environment (optional but recommended):

    python -m venv venv
    .\venv\Scripts\activate
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the server:

    uvicorn server:app --reload --host 0.0.0.0 --port 8000

Requirements

See requirements.txt for dependencies.

License

MIT License

About

API for AI chatbot using Ollama and Qwen 2.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages