Skip to content

A Large Language Model based tool for generating human like responses to natural language inputs for network not connected over internet.

Notifications You must be signed in to change notification settings

lklivingstone/sih_2023

Repository files navigation

sih_2023

How to run?

  1. Clone
git clone 
  1. Install Virtual Env
python -m pip install --user virtualenv
  1. Setup up Virtual env
python -m venv env
env\Scripts\activate

or

python -m venv env
source env/bin/activate
  1. Install Dependencies
pip install -r requirements.txt
  1. Start Migrating and Run Server
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 7000

If python does not work, try python3

About

A Large Language Model based tool for generating human like responses to natural language inputs for network not connected over internet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages