Skip to content

Data Analytics, Machine Learning, Full Stack Progressive Web App with Gemini API

Notifications You must be signed in to change notification settings

hrishikesh-mahajan/StudentPlacementPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWOT Analysis Web App

Installing Requirements Using pip

pip install -r requirements.txt

Initializing Database

python3 -m flask --app app init-db

Running the app

python3 -m flask --app app run --host=0.0.0.0 --port=5000