syedzubeen /
ripped-mindsdb-project
An AI-powered Health Solution built for the ongoing @mindsdb Hackathon
Loading repository data…
samarthswami1016 / repository
An AI-powered chatbot built using Python, JavaScript, HTML, and CSS, featuring offline chat history storage, customizable jailbreak instructions, and dynamic themes for a personalized user experience.
feel free to improve the code / suggest improvements
To get started with this project, you'll need to clone the repository and set up a virtual environment. This will allow you to install the required dependencies without affecting your system-wide Python installation.
Before you can set up a virtual environment, you'll need to have Python installed on your system. You can download Python from the official website: https://www.python.org/downloads/
Run the following command to clone the repository:
git clone https://github.com/samarthswami1016/ChatGPT-Clone-using-Python.git
To set up a virtual environment, follow these steps:
cd ChatGPT-Clone-using-Python
python -m venv venv
source venv/bin/activate
If you are using fish shell, the command will be slightly different:
source venv/bin/activate.fish
If you're on Windows, the command will be slightly different:
venv\Scripts\activate
pip install -r requirements.txt
To run the application, make sure the virtual environment is active and run the following command:
python run.py
Selected from shared topics, language and repository description—not editorial ratings.
syedzubeen /
An AI-powered Health Solution built for the ongoing @mindsdb Hackathon
1970Mr /
Create articles effortlessly with Smart Words, an advanced AI-powered tool for generating high-quality content. Say goodbye to writer's block and streamline your content creation process.
zeeshanali90233 /
MCQ-Generator is an AI-powered tool that generates multiple-choice questions (MCQs) from natural language queries. Using ChatGPT, Langchain, and Streamlit, it converts any text or question into structured MCQs, making it an ideal tool for educators, students, and content creators to quickly generate quizzes and tests.
Muawiya-contact /
Markhor AI Chatbot 🤖 A smart AI chatbot powered by ChatGPT-4, represented by Coding Moves. This chatbot interacts with users in real-time and provides intelligent responses. Features ✅ Interactive AI-powered chatbot ✅ Uses OpenAI API (GPT-4) ✅ Secure API key handling with .gitignore ✅ Continuous chat loop with an exit option
abdullahkhawer /
AI Local Chat Bot is an AI-powered chat assistant like ChatGPT running locally, safely and privately using n8n for workflow orchestration, Qdrant for vector storage, and Ollama for running local LLMs. It also includes helper scripts for downloading and processing Confluence pages as PDFs.
praneethravuri /
NotStuck is an AI-powered knowledge base assistant designed to help you get by providing intelligent, context-aware answers derived from your own documents. Whether you're researching, studying, or managing projects, NotStuck makes it easy to upload documents, ask questions, and receive responses.