Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/analitico-771/vc_funding_predictor

This is a machine learning model that predicts whether applicants will be successful if funded by a Venture Capital Firm
https://github.com/analitico-771/vc_funding_predictor

machine-learning predictive-modeling python scikit-learn tensorflow venture-capital

Last synced: 4 days ago
JSON representation

This is a machine learning model that predicts whether applicants will be successful if funded by a Venture Capital Firm

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing


  6. Contact

  7. Acknowledgements

## About The Project

* There's and issue with rendering on GitHub - use the link below to see the project
* http://nbviewer.org/github/AnaIitico/vc_funding_predictor/blob/main/AS_venture_funding_with_deep_learning.ipynb

This is a machine learning model that predicts whether applicants will be successful if funded by a Venture Capital Firm.

### Built With

* [Python](https://www.python.org/)
* [Python conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html)
* [Python JupyterLab](https://jupyter.org/)
* [Python pandas](https://pandas.pydata.org/)
* [Python tensorflow](https://www.tensorflow.org/install)
* [Python scikit-learn](https://scikit-learn.org/stable/)
* [Python hvplot.pandas](https://hvplot.holoviz.org/index.html)

## Getting Started

* Install and import the required libraries and dependencies ONLY as needed!

* You don't need Python installed in your computer. You can install Anaconda and JupyterLab normally just like any other application on your computer. Follow the instructions for Anaconda, ensure that its working, then install JupyterLab.

* I have placed Comments throughout the code so that you can follow the code and be able to replicate the app on your own. Also, so that you're able to contribute in the future :-)

### Prerequisites

A text editor such as [VS Code](https://code.visualstudio.com/) or [Sublime Text](https://www.sublimetext.com/)

### Installation

1. Clone the repo
```sh
git clone https://github.com/AnaIitico/vc_funding_predictor.git
```

2. You don't need to install pip - Conda comes with pip and you can also use the command
conda install 'package name'

3. Install Conda according to the instructions based on your operating system.
For windows users you MUST use the Administrator PowerShell. Users with AMD Processors MUST use the Administrator PowerShell 7 (X64) version

Once installed Conda has an Admin PowerShell version shortcut - look on your Start menu for it.
This shortcut will prove very useful at times when you need to install other apps or make adjustments to your installation

Use the Conda Admin Terminal or the Anaconda application to install all the python dependencies and libraries

Once installed you will see (base) on your terminal

4. Activate Conda Dev environment
```sh
conda activate dev
```
You should now see (dev) on your terminal

5. Install JupyterLabs
```sh
pip install jupyterlab
```

6. Run JupyterLabs
```sh
jupyter lab
```
A browser window should open on localhost:8888/lab

## Usage

## Roadmap

The app is finished

See the [open issues](https://github.com/AnaIitico/vc_funding_predictor/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## Contact

Jose Tollinchi - [@josetollinchi][linkedin-url] - [email protected]

Project Link: [https://github.com/AnaIitico/vc_funding_predictor](https://github.com/AnaIitico/vc_funding_predictor)

## Acknowledgements

Other Dependencies used to build the project.
##### Search google for the correct conda install command

* numpy
* fbprophet

* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)

[contributors-shield]: https://img.shields.io/github/contributors/AnaIitico/vc_funding_predictor.svg?style=for-the-badge
[contributors-url]: https://github.com/AnaIitico/vc_funding_predictor/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/AnaIitico/vc_funding_predictor.svg?style=for-the-badge
[forks-url]: https://github.com/AnaIitico/vc_funding_predictor/network/members
[stars-shield]: https://img.shields.io/github/stars/AnaIitico/vc_funding_predictor.svg?style=for-the-badge
[stars-url]: https://github.com/AnaIitico/vc_funding_predictor/stargazers
[issues-shield]: https://img.shields.io/github/issues/AnaIitico/vc_funding_predictor/network/members?style=for-the-badge
[issues-url]: https://github.com/AnaIitico/vc_funding_predictor/issues

[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/josetollinchi/