Skip to content

Placement Companion is an AI-powered tool designed to assist students and job seekers in preparing for placements, internships, and job interviews. It serves as a one-stop solution for career guidance, providing essential resources, mock tests, and personalized recommendations to help users land their dream jobs.

Notifications You must be signed in to change notification settings

gowtham611/Command-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation


🚀 Placement Companion

An AI-powered chatbot designed to assist students in their placement preparation by providing relevant resources, answering queries, and guiding them through the process.

🌟 Features

Chatbot Assistance – AI-powered chatbot to answer placement-related questions.
Pre-trained NLP Model – Uses Natural Language Processing (NLP) to understand user queries.
Customizable Intents – Modify intents.json to add or refine responses.
Web Interface – User-friendly UI for seamless interaction.


📌 Installation

🔹 1. Clone the Repository

git clone https://github.com/your-username/placement-companion.git
cd placement-companion

🔹 2. Install Dependencies

pip install -r requirements.txt

🔹 3. Train the Chatbot (if needed)

python train.py

🔹 4. Run the Application

python app.py

🔹 5. Open in Browser

Go to http://127.0.0.1:5000/ to access the chatbot.


📂 Project Structure

placement-companion/
│── app.py                 # Main application  
│── chat.py                # Chatbot interaction logic  
│── intents.json           # Predefined chatbot responses  
│── model.py               # Machine learning model  
│── train.py               # Training script  
│── nltk_utils.py          # NLP utilities  
│── templates/             # HTML templates  
│── static/                # CSS & JavaScript  
│── standalone-frontend/   # UI files  

🛠️ Technologies Used

  • 🐍 Python
  • 🌐 Flask (Web framework)
  • 📚 NLTK (Natural Language Processing)
  • 🤖 TensorFlow/Keras (Machine Learning model)

🤝 Contribution

🚀 Want to contribute? Feel free to fork this repository and submit a pull request!
For any suggestions or improvements, open an issue.


About

Placement Companion is an AI-powered tool designed to assist students and job seekers in preparing for placements, internships, and job interviews. It serves as a one-stop solution for career guidance, providing essential resources, mock tests, and personalized recommendations to help users land their dream jobs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published