Skip to content

Civic Tech Hackathon hosted by Tech For Change at Boston University, Feb 25 - 26, 2023.

License

Notifications You must be signed in to change notification settings

williamsantosa/TFC-Boston-Hackathon-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteScript (TFC Civic Tech Hackathon - Boston University 2023)

NoteScript is a full stack web application that allows users to easily generate notes for transcripts.

Created for the Civic Tech Hackathon hosted by Tech For Change at Boston University, Feb 25 - 26, 2023.

Credits

Team Name: Boston Slugs

Contributors:

  • Arrian Chi - University of California, Santa Cruz
  • Jinsung Park - University of California, Santa Cruz
  • Nancy Lau - University of California, Santa Cruz
  • William Santosa - University of California, Santa Cruz

JavaScript Setup

  1. Run npm install inside ./frontend folder
  2. Run npm start

Python Setup

Download dependencies on requirements.txt

  1. pip install -r requirements.txt
  2. python -m flask run

Set the API Key

  1. Make OpenAI account.
  2. Create an API key on your OpenAI account in settings.
  3. Make sure to keep track of your given secret key.
  4. Create a file called .env
  5. Set API key using environmental variable in the .env file. Do this with OPENAI_API_KEY = <ai_key> in the file.

Misc

  1. DevPost
  2. Slides

About

Civic Tech Hackathon hosted by Tech For Change at Boston University, Feb 25 - 26, 2023.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •