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

https://github.com/multipletwigs/um-hackathon


https://github.com/multipletwigs/um-hackathon

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# UM Hackathon 2023 - Team it is what it is | PitchSync
This README provides instructions on how to run a Streamlit app, which is what powers our application PitchSync. Along with the steps to set up a virtual environment and install all the required dependencies from a `requirements.txt` file.

## Prerequisites

- Python 3.7 or higher installed on your system.
- `virtualenv` package installed (You can install it using `pip install virtualenv`).

## Setup

1. Clone the repository to your local machine:

```shell
git clone
```

2. Switch into the `hackathon` project directory:

```shell
cd
cd hackathon
```

3. Install all requirements after activating a virtualenv.

```shell
pip install -r requirements.txt
```

4. You'll need to use your own API keys here as Supabase and OpenAI api rotates publically available keys due to safety issues. Alternatively, just run our site here! https://multipletwigs-um-hackathon-hackathonapp-dyoaeb.streamlit.app/

5. Run our streamlit app

```shell
streamlit run app.py
```
6. `NLP_similarity_check.ipynb` is a simple small evaluation metric against ai generated content and human compiled content from pitchdecks.