{"id":26455306,"url":"https://github.com/ramankishore08/chatbot-project-nlp","last_synced_at":"2026-05-07T23:03:10.474Z","repository":{"id":261728604,"uuid":"862113994","full_name":"RamanKishore08/Chatbot-project-NLP","owner":"RamanKishore08","description":"A College Admission Enquiry Chatbot built with React and Python streamlines the admission process. It provides instant responses to queries, enhancing user experience. The chatbot efficiently handles multiple enquiries, saving time and effort. This ensures accurate and real-time information for students.","archived":false,"fork":false,"pushed_at":"2025-03-05T12:08:13.000Z","size":11037,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T20:40:36.794Z","etag":null,"topics":["chatbot","flask-api","flask-application","natural-language-processing","python","react"],"latest_commit_sha":null,"homepage":"https://chatbot-admission.vercel.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RamanKishore08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-24T04:09:04.000Z","updated_at":"2025-03-05T12:08:17.000Z","dependencies_parsed_at":"2025-03-05T13:21:42.401Z","dependency_job_id":"9e8e8cfc-e922-4a7e-a88f-bf36f3f651ee","html_url":"https://github.com/RamanKishore08/Chatbot-project-NLP","commit_stats":null,"previous_names":["ramankishore08/chatbot-project","ramankishore08/chatbot-project-nlp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RamanKishore08/Chatbot-project-NLP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FChatbot-project-NLP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FChatbot-project-NLP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FChatbot-project-NLP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FChatbot-project-NLP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RamanKishore08","download_url":"https://codeload.github.com/RamanKishore08/Chatbot-project-NLP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RamanKishore08%2FChatbot-project-NLP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32759448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","flask-api","flask-application","natural-language-processing","python","react"],"created_at":"2025-03-18T20:31:19.322Z","updated_at":"2026-05-07T23:03:10.448Z","avatar_url":"https://github.com/RamanKishore08.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 Chatbot Web Application  \n\nWelcome to the **Chatbot Web Application**, a seamless integration of **React**, **Flask**, and **REST API** to deliver an interactive chatbot experience.  \n\n## 🚀 Features  \n- 💬 Real-time chatbot responses for college admission.\n- ⚡ Fast and efficient frontend with React  \n- 🌐 Backend powered by Flask  \n- 🔗 REST API integration  \n- 📦 Easy installation and setup  \n\n## 🛠️ Tech Stack  \n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white)\n![Flask](https://img.shields.io/badge/Flask-000000?style=for-the-badge\u0026logo=flask\u0026logoColor=white)\n![NLP](https://img.shields.io/badge/NLP-FF6F00?style=for-the-badge\u0026logo=ai\u0026logoColor=white)\n\n\n\n---\n\nThis project offers a comprehensive solution for building resumes, evaluating scores with suggestions, and filtering the best resumes efficiently. \nIt streamlines the resume management process with advanced features.\n\n---\n\n## 🛠️ Local Setup  \nRun **Backend** first, then start **Frontend**.\n\n### Clone the Repository  \n```bash\ngit clone https://github.com/RamanKishore08/Chatbot-project-NLP.git\n```\n### Open file directory\n```bash\ncd Resume-Evaluator\n```\n### Open Frontend\n```bash\ncd backend\n```\n### Install necessary python libraries\n```bash\npip install flask\n```\n### Run Flask Backend\n```bash\npython app.py\n```\n### Open Frontend\n```bash\ncd frontend\n```\n### Install the node modules\n```bash\nnpm install\n```\n\n### Install the libraries\n```bash\nnpm install react react-dom\n```\n\n### Run the Frontend\n```bash\nnpm start\n```\n\n\n## 🎯 Usage\n\nOnce 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).\n\n## 📌 Contributing\n\nFeel free to fork the repository and contribute to enhancing the chatbot.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framankishore08%2Fchatbot-project-nlp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framankishore08%2Fchatbot-project-nlp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framankishore08%2Fchatbot-project-nlp/lists"}