Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Shoaib2011436642/Bangla-RAG-FAQ-Chatbot-Md.-Shoaib-Ahmed

Domain:

natural language processing

Record type:

software
Creator:
Sho
Host:
# Bangla-RAG-FAQ-Chatbot-Md.-Shoaib-Ahmed (Updated) To run this chatbot follow these steps: ## Generate openai api key (4.1) from github models and paste it to .env file. ## Then Run the FastAPI Backend in Windows PowerShell Open **Windows PowerShell** in your project directory and run the following commands: ```powershell # 1. Create a virtual environment python -m venv venv # 2. Activate the virtual environment venv\Scripts\activate # 3. Install dependencies pip install -r requirements.txt # 4. Start FastAPI with Uvicorn uvicorn app:app --reload --host 0.0.0.0 --port 8000 ``` ## Access the FastAPI Swagger UI Once the server is running, open your browser and navigate to: ``` localhost ``` ## Now Run the Streamlit Chatbot UI in a separate Windows PowerShell in your project directory: ``` streamlit run streamlit.py ``` Some example questions: আমি কীভাবে একটি স্কলারশিপ পেতে পারি? ডায়াবেটিস কিভাবে নিয়ন্ত্রণ করা যায়?

Visit

github.com

Tasks

question answering

Similar

kingsabru/FAQ-ChatbotAtaur2019331077/Farmer-Bangla-Chatbotmd-abdullah-al-maruf/Doctor-Specialist-Prediction-Banglaarju10/Bangla-Agricultural-Advisor-Chatbot-using-djangodjpapzin/malawi-rag-sql-chatbotCliff-Ezra/RAG-chatbot-v2

kingsabru/FAQ-Chatbot

An FAQ chatbot which answers questions related to the University of Mines and Technology, Ghana # F

Ataur2019331077/Farmer-Bangla-Chatbot

# 🌾 Bengali Farmer Assistant Chatbot This project is a **context-aware Bengali question-answering s

md-abdullah-al-maruf/Doctor-Specialist-Prediction-Bangla

Predicts the most relevant medical specialist based on Bangla health-related text. Built with machin

arju10/Bangla-Agricultural-Advisor-Chatbot-using-django

The Bangla Agricultural Advisor Chatbot is a Django-based web application designed to assist farmers

djpapzin/malawi-rag-sql-chatbot

# Dziwani - Infrastructure Transparency Chatbot A specialized chatbot for querying and exploring Ma

Cliff-Ezra/RAG-chatbot-v2

This repository is for the implementation of a RAG based chatbot for Kenya Law. It is the second ver