This is a Python project for Nepali stock price prediction using Artificial Intelligence and Stochastic Modeling.
You should install poetry for installing dependencies. You can install it using:
pip install poetryInstall dependencies using poetry.For this to work, you must be in the same path as the location of pyproject.toml
poetry shell
poetry installTo start the server at localhost:8000:
uvicorn src.main:app├── README.md <- The top-level README for developers using this project.
├──src <- Source code for use in this project
├──Dockerfile <- Dockerfile for the project
Project is: InProgress
Created by Sobit Regmi. feel free to contact me at regmi.sobit@gmail.com
