Code Monkey home page Code Monkey logo

research_paper_webapp's Introduction

Introduction

This project was built to present the results of my Research Paper on the use of data science techniques in the Venture Capital industry. The document as well as additional plots can be downloaded from the platform.

The code presented here is used to run my webapp available here : https://louistransfer-research-paper-analysis-home-co337u.streamlitapp.com/.

Good practices

The code follows code and DevOps good practices :

  • The code is run through black to format it;
  • The files are organized in a central "analyzer" module, containing helper files with functions which are typed;
  • Every function is typed in order to have consistency on the input and output;
  • Secrets are contained in a toml file. This repo contains a sample toml with the informations I provide to the app;
  • Config variables are contained in a config.toml file which is loaded into streamlit session state. This way, every page of the webapp can access the variables;
  • Due to streamlit cloud constraints, I can only use a requirements.txt file instead of a Poetry structure to handle packages.

Functions still need a docstring though, and tests could be added, in particular on the importation phase.

Architecture

Webapp architecture

The webapp front is generated by streamlit. The analyser files contain ingestion scripts which retrieve data from 2 sources : Google Forms and Google Sheets. The data is then automatically processed to generate the necessary datasets. Plots are generated with the Plotly package and can be exported as png files.

The data is exportable in .xlsx and .csv formats. That way the results of the analysis can be replicated.

Note: I developed the app on a private repo, where I ran my merge requests. I decided not to make it public as some notebooks I used during development could leak sensitive information. Therefore, this code is merely for presentation purpose, as the webapp runs on my private repo where all development is made.

research_paper_webapp's People

Contributors

louistransfer avatar

Watchers

 avatar

Forkers

fraware

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.