https://github.com/multipletwigs/um-hackathon
https://github.com/multipletwigs/um-hackathon
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/multipletwigs/um-hackathon
- Owner: multipletwigs
- Created: 2023-04-07T15:49:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T03:16:11.000Z (about 3 years ago)
- Last Synced: 2025-07-17T19:46:55.417Z (12 months ago)
- Language: Python
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.