Skip to content

Naomi-Inyang/QuantAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantAI API

Stock Advisory AI powered platform that leverages on LangGraph for tool calling

How to start

run git clone https://github.com/Naomi-Inyang/QuantAI.git in the directory to be used

Install dependencies

Install dependencies using pip install -r requirements.txt, preferably in a virtual enviroment

Handling Migrations

To initialize migrations (if repo doesn't already contain a migrations folder) flask db init

To run a migration after updating a table flask db migrate -m 'your migration message'

To update your database after downloading an updated migrations folder or running a migration flask db upgrade

To rollback changes to your database after upgrading it flask db downgrade

Run Flask App (Development Mode)

run flask run in the terminal of your project directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors