Skip to content

philippo-source/personal-assistant-app-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Backend app for personal-assistant-app-fe. Written in Python, using Flask, LangChain, Claude API. Consists of two API endpoints (ask, search) whereas ask is the normal interaction with Claude API and ask uses additionally the SERP API functionality to query latest news that are not part of the Claude training corpus yet.

Project Example

1. Create venv

python3 -m venv venv

2. Activate venv

source venv/bin/activate OR venv\Scripts\activate

3. Install dependencies

pip install -r requirements.txt

4. Start app

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages