Skip to content

CareerChatbot is a Django-based web application designed to guide students through career-related questions using an interactive chatbot interface. It provides helpful insights, career suggestions, and resources tailored to individual interests and goals.

Notifications You must be signed in to change notification settings

Mfoniso1/CareerChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Codespaces ♥️ Django

Welcome to your shiny new Codespace running Django! We've got everything fired up and running for you to explore Django.

You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with what you're seeing right now - where you go from here is up to you!

Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when you’re ready you can click "Publish Branch" and we’ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.

installing dependancies

pip install -r requirements.txt

To collect static files:

python manage.py collectstatic

To run this application:

python manage.py runserver

About

CareerChatbot is a Django-based web application designed to guide students through career-related questions using an interactive chatbot interface. It provides helpful insights, career suggestions, and resources tailored to individual interests and goals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages