https://github.com/ramankishore08/chatbot-zeotap
https://github.com/ramankishore08/chatbot-zeotap
bootstrap python reactjs vite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramankishore08/chatbot-zeotap
- Owner: RamanKishore08
- Created: 2025-02-28T06:56:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T08:51:28.000Z (over 1 year ago)
- Last Synced: 2025-02-28T14:41:52.916Z (over 1 year ago)
- Topics: bootstrap, python, reactjs, vite
- Language: Python
- Homepage: https://zeotapchatbot.vercel.app/
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 ZEOTAP ASSIGNMENT
Welcome to the **Chatbot**, a seamless integration of **React**, **Flask**, and **REST API** to deliver an interactive chatbot experience.
## 🚀 Features
- 💬 Real-time chatbot responses for college admission.
- ⚡ Fast and efficient frontend with React
- 🌐 Backend powered by Flask
- 🔗 REST API integration
- 📦 Easy installation and setup
## 🛠️ Tech Stack




---
## 🛠️ Local Setup
Run **Backend** first, then start **Frontend**.
### Clone the Repository
```bash
git clone https://github.com/RamanKishore08/Chatbot-Zeotap.git
```
### Open file directory
```bash
cd Chatbot-Zeotap
```
### Open Frontend
```bash
cd backend
```
### Install necessary python libraries
```bash
pip install flask flask-cors
```
### Run Flask Backend
```bash
python app.py
```
### Open Frontend
```bash
cd frontend
```
### Install the node modules
```bash
npm install
```
### Install the libraries
```bash
npm install requirements.txt
```
### Run the Frontend
```bash
npm run dev
```
## 🎯 Usage
Once the frontend and backend are running, open the web browser and start interacting with the chatbot.(Since it is deployed with less RAM in onrender so the Response will be slow(30-40 seconds).
## Live: https://zeotapchatbot.vercel.app/