Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Project: Audio Summarization and Action Items API

Setup Instructions

1. Install Requirements

First, ensure you have Python 3.8+ installed. Then, install the required dependencies:

pip install -r requirements.txt

2. Set Up Environment Variables

Create a .env file in the root directory of the project with the necessary environment variables. Example:

BASE_URL=http://localhost:8000
WATSONX_API_KEY=your_api_key

3. Run the Application

To start the FastAPI server, use the following command:

uvicorn main:app --reload

This will run the application locally and make it accessible at http://127.0.0.1:8000.


This simplified README covers the basic setup your team needs to get started quickly.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages