SG-Akshay10 / Startup-Hackathon

Startup Recommendation Platform: A tool that suggests investment opportunities in startups based on the investor's field of interest. Utilizing data analysis and machine learning algorithms to generate personalized recommendations and keep investors updated on their portfolio performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NIT-Hackathon

Capital Catalyst

Project from :

  • Akshay S G - Shiv Nadar University , Chennai
  • Surya S - Shiv Nadar University , Chennai

Prerequisites for the project :

  • You need to have a postgre database created with the values of the Indian Startup.csv file loaded into it.
  • Install all required libraries

Working of our project :

We connect SQL database(PostgreSQL) with our /code app.py file which is then preprocessed and the data is used in our machine learning model.

database

The same preprocessed data is used as training dataset for our machine learning algorithm.

In this algorithm we take in 2 or more feataures of the data set and derive a similarity matrix comparing those constrains(Cosine similarity) to find the most accurate/similar startups for the investors.

The front end of this project is done mostly with streamlit module of python database from postgreSQL and streamlit is connceted using psycog2.

home input

out1 out3 out2

video.webm

About

Startup Recommendation Platform: A tool that suggests investment opportunities in startups based on the investor's field of interest. Utilizing data analysis and machine learning algorithms to generate personalized recommendations and keep investors updated on their portfolio performance.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 51.9%Language:Python 48.1%