Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 1.93 KB

README.md

File metadata and controls

76 lines (59 loc) · 1.93 KB

🤖 Chatbot Web Application

Welcome to the Chatbot Web Application, 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

React Python Flask NLP


This project offers a comprehensive solution for building resumes, evaluating scores with suggestions, and filtering the best resumes efficiently. It streamlines the resume management process with advanced features.


🛠️ Local Setup

Run Backend first, then start Frontend.

Clone the Repository

git clone https://github.com/RamanKishore08/Chatbot-project-NLP.git

Open file directory

cd Resume-Evaluator

Open Frontend

cd backend

Install necessary python libraries

pip install flask

Run Flask Backend

python app.py

Open Frontend

cd frontend

Install the node modules

npm install

Install the libraries

npm install react react-dom

Run the Frontend

npm start

🎯 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).

📌 Contributing

Feel free to fork the repository and contribute to enhancing the chatbot.