Skip to content

PredicHub is an AI-based tool working on data provided by various sources, and predicting an estimate for appropriate college for students taking admission and corelating the data provided by companies and job seekers to suggest a better option to apply to the best suitable company.

License

Notifications You must be signed in to change notification settings

adityanithariya/PredicHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PredicHub

Prerequisites

Be sure you have the following installed on your development machine:

1. git
2. python >= 3.10.x
3. pip >= 22.2.x
4. virtualenv >= 20.16.3

Setup

Clone the repository:

git clone https://github.com/adityanithariya/PredicHub.git
cd PredicHub

Create a virtual environment and activate it:

virtualenv env
.\env\Scripts\activate

Then install the dependencies:

pip install -r requirements.txt

Once pip has finished installing dependencies, you're ready to go!

Initialising and Starting the Development Server

Run makemigrations and migrate for making all the required tables in the database:

python manage.py makemigrations
python manage.py migrate

Run the django development server using manage.py:

python manage.py runserver

Congrats, you have successfully run the development server!
Now navigate here for the website.

Admin Panel

Create a superuser:

python manage.py createsuperuser

Enter username and password of created superuser here to log into admin panel, where you can manage the database.

About

PredicHub is an AI-based tool working on data provided by various sources, and predicting an estimate for appropriate college for students taking admission and corelating the data provided by companies and job seekers to suggest a better option to apply to the best suitable company.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •