Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdarshad1000/sih-backend-2023

Go to solution for all your Legal Needs.
https://github.com/mdarshad1000/sih-backend-2023

flask langchain llama-index

Last synced: about 6 hours ago
JSON representation

Go to solution for all your Legal Needs.

Awesome Lists containing this project

README

        

# SIH - Legal Assistant

1. Ideal Python Version required ```3.10.4```

### Steps

1. Install the dependencies
```
pip install -r requirements.txt
```

2. Create a `.env` file in the root directory and add your openai API Key.
```
OPENAI_API_KEY=your_api_key
```

2. Run the flask server in `app.py`
```
python app.py
```

3. Visit `127.0.0.1:5000` to verify if your flask is up and running.