Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdarshad1000/sih-backend-2023
- Owner: mdarshad1000
- Created: 2023-09-04T15:49:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-17T18:21:22.000Z (11 months ago)
- Last Synced: 2024-05-01T14:01:00.793Z (7 months ago)
- Topics: flask, langchain, llama-index
- Language: Python
- Homepage: https://legi-companion.vercel.app/
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.